C# 클래스 gdapi.Collection

Represents a Collection from the API. This class is usually automatically populated by ResourceConverter from the returned JSON string.
파일 보기 프로젝트 열기: godaddy/gdapi-csharp 1 사용 예제들

공개 메소드들

메소드 설명
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