Show / Hide Table of Contents

    Class Types<T1, T2, T3, T4>

    Represents the types.

    Inheritance
    Object
    Types
    Types<T1, T2, T3, T4>
    Inherited Members
    Types.ToReadOnlyCollection()
    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 class Types<T1, T2, T3, T4> : Types
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4

    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>

    Extension Methods

    DynamicExtensions.HasProperty(Object, String)

    See Also

    Types
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX