ParameterIdentity Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An identity of a parameter within a method or a constructor invocation.
The ParameterIdentity type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ParameterIdentity class.
Top
Methods
Name
Description
(Overrides IdentityWrapper<T>.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns an instance of ParameterIdentity for the specified parameter order.
(Overrides IdentityWrapper<T>.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Returns a value indicating whether the specified identity is a parameter identity.
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from IdentityWrapper<T>.)
Top
Properties
Name
Description
Gets the order of the parameter.
Gets a simple name for the identity. (Inherited from Identity.)
Gets the value for descendants. (Inherited from IdentityWrapper<T>.)
Top