Class Types<T1, T2, T3, T4>
Represents the types.
Inherited Members
Namespace: Platform.Reflection
Assembly: Platform.Reflection.dll
Syntax
public class Types<T1, T2, T3, T4> : Types
Type Parameters
Name | Description |
---|---|
T1 | |
T2 | |
T3 | |
T4 |
Properties
| Improve this Doc View SourceArray
Gets the array value.
Declaration
public static Type[] Array { get; }
Property Value
Type | Description |
---|---|
Type[] |
Collection
Gets the collection value.
Declaration
public static ReadOnlyCollection<Type> Collection { get; }
Property Value
Type | Description |
---|---|
ReadOnlyCollection<Type> |