public readonly struct TupleFromEnum<T>
Public Structure TupleFromEnum(Of T)
generic<typename T>
public value class TupleFromEnum
[<SealedAttribute>]
type TupleFromEnum<'T> =
struct
inherit ValueType
end
MiniUtilTupleFromEnumT | Initializes a new instance of the MiniUtilTupleFromEnumT class |
Deconstruct(T, T) | |
Deconstruct(T, T, T) | |
Deconstruct(T, T, T, T) | |
Deconstruct(T, T, T, T, T) | |
Deconstruct(T, T, T, T, T, T) | |
Deconstruct(T, T, T, T, T, T, T) | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |