Class Types
Represents the types.
Inheritance
Types
Inherited Members
Namespace: Platform.Reflection
Assembly: Platform.Reflection.dll
Syntax
public abstract class Types
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> |
Methods
| Improve this Doc View SourceToReadOnlyCollection()
Returns the read only collection.
Declaration
protected ReadOnlyCollection<Type> ToReadOnlyCollection()
Returns
Type | Description |
---|---|
ReadOnlyCollection<Type> | A read only collection of type
|