RefT Class

CVB.Net Documentation
Class to store a reference to a value type in.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbRefT

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public sealed class Ref<T>
where T : struct, new()

Type Parameters

T
Value type to be wrapped.

The RefT type exposes the following members.

Constructors

  NameDescription
Public methodRefT
Construct a reference object.
Top
Properties

  NameDescription
Public propertyValue
Access the stored value.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference