A collection of JsonProperty objects.
더 자세히 ...
A collection of JsonProperty objects.
Newtonsoft.Json.Serialization.JsonPropertyCollection.JsonPropertyCollection |
( |
Type |
type | ) |
|
|
inline |
void Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty |
( |
JsonProperty |
property | ) |
|
|
inline |
Adds a JsonProperty object.
- 매개변수
-
property | The property to add to the collection. |
JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty |
( |
string |
propertyName | ) |
|
|
inline |
Gets the closest matching JsonProperty object. First attempts to get an exact case match of propertyName and then a case insensitive match.
- 매개변수
-
propertyName | Name of the property. |
- 반환값
- A matching property if found.
override string Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem |
( |
JsonProperty |
item | ) |
|
|
inlineprotected |
When implemented in a derived class, extracts the key from the specified element.
- 매개변수
-
item | The element from which to extract the key. |
- 반환값
- The key for the specified element.
JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty |
( |
string |
propertyName, |
|
|
StringComparison |
comparisonType |
|
) |
| |
|
inline |
Gets a property by property name.
- 매개변수
-
propertyName | The name of the property to get. |
comparisonType | Type property name string comparison. |
- 반환값
- A matching property if found.
이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
- bitnet/Newtonsoft.Json/Serialization/JsonPropertyCollection.cs