示例#1
0
 /// <summary>
 /// Returns the data type of the entry's value at the given index
 /// </summary>
 public BjSJsonValueKind GetValueKind(int index)
 {
     return(BjSJsonHelper.GetValueKind(this.Values[index]));
 }
示例#2
0
 /// <summary>
 /// Returns the data type of the member's value at the given index
 /// </summary>
 public BjSJsonValueKind GetValueKind(int index)
 {
     return(BjSJsonHelper.GetValueKind(this.Members[index].Value));
 }