Class PropertyNameTable
Inheritance
System.Object
PropertyNameTable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Utilities
Assembly: Bayat.Json.Runtime.dll
Syntax
public class PropertyNameTable
Constructors
| Improve this Doc View SourcePropertyNameTable()
Declaration
public PropertyNameTable()
Methods
| Improve this Doc View SourceAdd(String)
Declaration
public string Add(string key)
Parameters
Type | Name | Description |
---|---|---|
System. |
key |
Returns
Type | Description |
---|---|
System. |
Get(Char[], Int32, Int32)
Declaration
public string Get(char[] key, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
System. |
key | |
System. |
start | |
System. |
length |
Returns
Type | Description |
---|---|
System. |