ValueVariantT1, T2 Methods

CVB.Net Documentation

The ValueVariantT1, T2 generic type exposes the following members.

Methods

  NameDescription
Public methodAssign(T1)
Assigns the given value to this variant.
Public methodAssign(T2)
Assigns the given value to this variant.
Public methodAsT1
Gets the value as T1.
Public methodAsT2
Gets the value as T2.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReset
Resets the value.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodToVariantO1, O2
Translates this variant to another variant.
Top
See Also

Reference