Show / Hide Table of Contents

    Class Types

    Represents the types.

    Inheritance
    Object
    Types
    Types<T>
    Types<T1, T2>
    Types<T1, T2, T3>
    Types<T1, T2, T3, T4>
    Types<T1, T2, T3, T4, T5>
    Types<T1, T2, T3, T4, T5, T6>
    Types<T1, T2, T3, T4, T5, T6, T7>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Reflection
    Assembly: Platform.Reflection.dll
    Syntax
    public abstract class Types

    Properties

    | Improve this Doc View Source

    Array

    Gets the array value.

    Declaration
    public static Type[] Array { get; }
    Property Value
    Type Description
    Type[]
    | Improve this Doc View Source

    Collection

    Gets the collection value.

    Declaration
    public static ReadOnlyCollection<Type> Collection { get; }
    Property Value
    Type Description
    ReadOnlyCollection<Type>

    Methods

    | Improve this Doc View Source

    ToReadOnlyCollection()

    Returns the read only collection.

    Declaration
    protected ReadOnlyCollection<Type> ToReadOnlyCollection()
    Returns
    Type Description
    ReadOnlyCollection<Type>

    A read only collection of type

    Extension Methods

    DynamicExtensions.HasProperty(Object, String)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX