Show / Hide Table of Contents

    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 Source

    PropertyNameTable()

    Declaration
    public PropertyNameTable()

    Methods

    | Improve this Doc View Source

    Add(String)

    Declaration
    public string Add(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Get(Char[], Int32, Int32)

    Declaration
    public string Get(char[] key, int start, int length)
    Parameters
    Type Name Description
    System.Char[] key
    System.Int32 start
    System.Int32 length
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    • 0 Comments