C# Класс gdapi.Collection

Represents a Collection from the API. This class is usually automatically populated by ResourceConverter from the returned JSON string.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetEnumerator ( ) : IEnumerator

Enumerates over the data of the Collection

getResources ( ) : List

Gets the list of resources associated with the collection.

Описание методов

GetEnumerator() публичный Метод

Enumerates over the data of the Collection
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

getResources() публичный Метод

Gets the list of resources associated with the collection.
public getResources ( ) : List
Результат List