Class Types<T1, T2, T3, T4, T5>
Represents the types.
Inherited Members
Namespace: Platform.Reflection
Assembly: Platform.Reflection.dll
Syntax
public class Types<T1, T2, T3, T4, T5> : Types
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 | |
| T3 | |
| T4 | |
| T5 |
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> |