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