Search Results for

    Class ProxyArray

    Inheritance
    object
    Variant
    ProxyArray
    Implements
    IConvertible
    IEnumerable<Variant>
    IEnumerable
    Inherited Members
    Variant.Make<T>(out T)
    Variant.Make<T>()
    Variant.Populate<T>(T)
    Variant.ToJSON()
    Variant.GetTypeCode()
    Variant.ToType(Type, IFormatProvider)
    Variant.ToDateTime(IFormatProvider)
    Variant.ToBoolean(IFormatProvider)
    Variant.ToByte(IFormatProvider)
    Variant.ToChar(IFormatProvider)
    Variant.ToDecimal(IFormatProvider)
    Variant.ToDouble(IFormatProvider)
    Variant.ToInt16(IFormatProvider)
    Variant.ToInt32(IFormatProvider)
    Variant.ToInt64(IFormatProvider)
    Variant.ToSByte(IFormatProvider)
    Variant.ToSingle(IFormatProvider)
    Variant.ToString(IFormatProvider)
    Variant.ToUInt16(IFormatProvider)
    Variant.ToUInt32(IFormatProvider)
    Variant.ToUInt64(IFormatProvider)
    Variant.ToString()
    Variant.this[string]
    object.GetType()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader.TinyJSON
    Assembly: RedLoader.dll
    Syntax
    public sealed class ProxyArray : Variant, IConvertible, IEnumerable<Variant>, IEnumerable

    Constructors

    ProxyArray()

    Declaration
    public ProxyArray()

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    this[int]

    Declaration
    public override Variant this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    Variant
    Overrides
    Variant.this[int]

    Methods

    Add(Variant)

    Declaration
    public void Add(Variant item)
    Parameters
    Type Name Description
    Variant item

    Implements

    IConvertible
    IEnumerable<T>
    IEnumerable

    Extension Methods

    Extensions.AnyOfType<TSource>(IEnumerable<TSource>, Type)
    CollectionExtensions.WrapToIl2Cpp(IEnumerable)