Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​TypedReference
Assembly: System.Runtime
Describes objects that contain both a managed pointer to a location and a runtime representation of the type that may be stored at that location.
Methods
public
bool
Equals​(object o)
o
The object with which to compare the current object.
Returns <see langword="true" /> if this object is equal to the specified object; otherwise, <see langword="false" /> .
Checks if this object is equal to the specified object.
public
int
GetHashCode​() Returns The hash code of this object.
Returns the hash code of this object.
public
string
ToString​()
Inherited from ValueType
Returns The fully qualified type name.
Returns the fully qualified type name of this instance.
protected
void
Finalize​()
Inherited from object
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
public
Type
GetType​()
Inherited from object
Returns The exact runtime type of the current instance.
Gets the <see cref="T:System.Type" /> of the current instance.
protected
object
MemberwiseClone​()
Inherited from object
Returns A shallow copy of the current <see cref="T:System.Object" /> .
Creates a shallow copy of the current <see cref="T:System.Object" /> .