Call-сайт объяснение?

сканирую интернет, у меня проблемы с пониманиемin a simple manner - термин call-сайт (@dlr). я читалВот этот CallSite это:

один сайт говорит

The location in which the method is called.

одна книга говорит:

call site . This is the sort of atom of the DLR - the smallest piece of codewhich can be considered as a single unit. One expression may contain a lot of call sites, but the behavioris built up in the natural way, evaluating one call site at a time. For the rest of the discussion, we'll onlyconsider a single call site at a time. It's going to be useful to have a small example of a call site to refer to,so here's a very simple one, where d is of course a variable of type dynamic

d.Foo(10); The call site is represented in code as a System.Runtime.CompilerServices.CallSite.

другая книга говорит:

the compiler emits code that eventually results in an expression tree that describes the operation, managed by a call site that the DLR will bind at runtime. The call site essentially acts as an intermediary between caller and callee.

Извини яcant посмотрите, где эти 3 объяснения объединяются в одно простое объяснение.

я буду рад получить простое объяснение:

HOw can I explain my wife -what are call-sites ?

Ответы на вопрос(2)

Ваш ответ на вопрос