hdac SDK
SDK for hdac blockchain development
|
Represents a collection of JToken objects. 더 자세히 ...
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< JToken > | this[object key] [get] |
Gets the IJEnumerable<JToken> with the specified key. 더 자세히 ... | |
![]() | |
IJEnumerable< JToken > | this[object key] [get] |
Gets the IJEnumerable<JToken> with the specified key. 더 자세히 ... | |
|
inline |
Initializes a new instance of the JEnumerable<T> struct.
enumerable | The enumerable. |
|
inline |
Determines whether the specified System.Object is equal to this instance.
obj | The System.Object to compare with this instance. |
true
if the specified System.Object is equal to this instance; otherwise, false
.
|
inline |
Returns an enumerator that iterates through the collection.
|
inline |
Returns an enumerator that iterates through a collection.
|
inline |
Returns a hash code for this instance.
|
static |
An empty collection of JToken objects.
|
get |
Gets the IJEnumerable<JToken> with the specified key.