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 methodGetReferencedType Gets the type that this TypeReference references.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Converts this instance to a string representation.
(Overrides ValueTypeToString)
Public methodTryGetReferencedType Gets type that this TypeReference references, if any.
Top
See Also