System.Dynamic.CallInfo Members

The members of System.Dynamic.CallInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates a new CallInfo that represents arguments in the dynamic binding process.

CallInfo(int, params string[])

Creates a new PositionalArgumentInfo.

Public Properties

[read-only]
ArgumentCountint.

The number of arguments.

[read-only]
ArgumentNamesSystem.Collections.ObjectModel.ReadOnlyCollection<string>.

The argument names.

Public Methods

override
Equals(object) : bool

Determines whether the specified CallInfo instance is considered equal to the current.

override
GetHashCode() : int

Serves as a hash function for the current System.Dynamic.CallInfo.