hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | 정적 Public 속성 | 속성 | 모든 멤버 목록
Newtonsoft.Json.Linq.JEnumerable< T > 구조체 템플릿 참조

Represents a collection of JToken objects. 더 자세히 ...

Newtonsoft.Json.Linq.JEnumerable< T >에 대한 상속 다이어그램 :
Newtonsoft.Json.Linq.IJEnumerable< T >

Public 멤버 함수

 JEnumerable (IEnumerable< T > enumerable)
 Initializes a new instance of the JEnumerable<T> struct. 더 자세히 ...
 
IEnumerator< T > GetEnumerator ()
 Returns an enumerator that iterates through the collection. 더 자세히 ...
 
IEnumerator IEnumerable. GetEnumerator ()
 Returns an enumerator that iterates through a collection. 더 자세히 ...
 
override bool Equals (object obj)
 Determines whether the specified System.Object is equal to this instance. 더 자세히 ...
 
override int GetHashCode ()
 Returns a hash code for this instance. 더 자세히 ...
 

정적 Public 속성

static readonly JEnumerable< T > Empty = new JEnumerable<T>(Enumerable.Empty<T>())
 An empty collection of JToken objects. 더 자세히 ...
 

속성

IJEnumerable< JTokenthis[object key] [get]
 Gets the IJEnumerable<JToken> with the specified key. 더 자세히 ...
 
- Newtonsoft.Json.Linq.IJEnumerable< T >(으)로부터 상속된 속성
IJEnumerable< JTokenthis[object key] [get]
 Gets the IJEnumerable<JToken> with the specified key. 더 자세히 ...
 

상세한 설명

Represents a collection of JToken objects.

템플릿 파라메터
TThe type of token
타입 한정자들
T :JToken 

생성자 & 소멸자 문서화

Newtonsoft.Json.Linq.JEnumerable< T >.JEnumerable ( IEnumerable< T >  enumerable)
inline

Initializes a new instance of the JEnumerable<T> struct.

매개변수
enumerableThe enumerable.

멤버 함수 문서화

override bool Newtonsoft.Json.Linq.JEnumerable< T >.Equals ( object  obj)
inline

Determines whether the specified System.Object is equal to this instance.

매개변수
objThe System.Object to compare with this instance.
반환값
true if the specified System.Object is equal to this instance; otherwise, false.
IEnumerator<T> Newtonsoft.Json.Linq.JEnumerable< T >.GetEnumerator ( )
inline

Returns an enumerator that iterates through the collection.

반환값
A T:System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.
IEnumerator IEnumerable. Newtonsoft.Json.Linq.JEnumerable< T >.GetEnumerator ( )
inline

Returns an enumerator that iterates through a collection.

반환값
An T:System.Collections.IEnumerator object that can be used to iterate through the collection.
override int Newtonsoft.Json.Linq.JEnumerable< T >.GetHashCode ( )
inline

Returns a hash code for this instance.

반환값
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

멤버 데이타 문서화

readonly JEnumerable<T> Newtonsoft.Json.Linq.JEnumerable< T >.Empty = new JEnumerable<T>(Enumerable.Empty<T>())
static

An empty collection of JToken objects.

속성 문서화

Gets the IJEnumerable<JToken> with the specified key.


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: