Search Results for

    Class IAPProductList

    The storage of IAP product data

    Inheritance
    object
    DeserializableList<IAPProduct>
    IAPProductList
    Implements
    IList<IAPProduct>
    ICollection<IAPProduct>
    IEnumerable<IAPProduct>
    IEnumerable
    Inherited Members
    DeserializableList<IAPProduct>.data
    DeserializableList<IAPProduct>.this[int]
    DeserializableList<IAPProduct>.Count
    DeserializableList<IAPProduct>.IsReadOnly
    DeserializableList<IAPProduct>.Add(IAPProduct)
    DeserializableList<IAPProduct>.Clear()
    DeserializableList<IAPProduct>.Contains(IAPProduct)
    DeserializableList<IAPProduct>.CopyTo(IAPProduct[], int)
    DeserializableList<IAPProduct>.GetEnumerator()
    DeserializableList<IAPProduct>.IndexOf(IAPProduct)
    DeserializableList<IAPProduct>.Insert(int, IAPProduct)
    DeserializableList<IAPProduct>.Remove(IAPProduct)
    DeserializableList<IAPProduct>.RemoveAt(int)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: YVR.Platform
    Assembly: YVR.Platform.Runtime.dll
    Syntax
    public class IAPProductList : DeserializableList<IAPProduct>, IList<IAPProduct>, ICollection<IAPProduct>, IEnumerable<IAPProduct>, IEnumerable

    Constructors

    Name Description
    IAPProductList(AndroidJavaObject)

    The storage of IAP product data

    Methods

    Name Description
    ToString()

    The storage of IAP product data

    Extension Methods

    ObjectExtensions.GetEnumerableElementType(object)
    ObjectExtensions.IsGenericEnumerable(object)
    ObjectExtensions.ReflectEquals(object, object)
    ObjectExtensions.ReflectionSequenceEqual(object, object)
    ObjectExtensions.TryGetFieldValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TryGetPropertyValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TrySetFieldValue<T>(object, string, T, BindingFlags)
    ObjectExtensions.TrySetPropertyValue<T>(object, string, T, BindingFlags)
    SystemObjectExtensions.As<T>(object)
    YVRLog.Debug(object, string)
    YVRLog.Error(object, string)
    YVRLog.Info(object, string)
    YVRLog.Warn(object, string)
    In This Article