GtfDdsSharp GtfDdsSharp
GtfDdsSharp GtfDdsSharp
DocFX + Singulink = ♥

Search Results for

    Property this

    this[int]

    Gets the element at the specified index in the read-only list.

    Declaration
    public DdsImage this[int index] { get; }
    Parameters
    Type Name Description
    int index

    The zero-based index of the element to get.

    Property Value
    Type Description
    DdsImage

    The element at the specified index in the read-only list.

    Implements
    IReadOnlyList<T>.this[int]