Search Results for

    Class Extensions

    Inheritance
    object
    Extensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader.TinyJSON
    Assembly: RedLoader.dll
    Syntax
    public static class Extensions

    Methods

    AnyOfType<TSource>(IEnumerable<TSource>, Type)

    Declaration
    public static bool AnyOfType<TSource>(this IEnumerable<TSource> source, Type expectedType)
    Parameters
    Type Name Description
    IEnumerable<TSource> source
    Type expectedType
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    TSource