Click or drag to resize

TypeReference Methods

The TypeReference type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current TypeReference.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(TypeReference)
Returns a value indicating whether the this instance is equal to the specified instance.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts this instance to a string representation.
(Overrides ValueTypeToString.)
Top
See Also