Show / Hide Table of Contents

    Class BsonObject

    Inheritance
    System.Object
    BsonToken
    BsonObject
    Implements
    System.Collections.Generic.IEnumerable<BsonProperty>
    System.Collections.IEnumerable
    Inherited Members
    BsonToken.Parent
    BsonToken.CalculatedSize
    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.Bson
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class BsonObject : BsonToken, IEnumerable<BsonProperty>, IEnumerable

    Properties

    | Improve this Doc View Source

    Type

    Declaration
    public override BsonType Type { get; }
    Property Value
    Type Description
    BsonType
    Overrides
    BsonToken.Type

    Methods

    | Improve this Doc View Source

    Add(String, BsonToken)

    Declaration
    public void Add(string name, BsonToken token)
    Parameters
    Type Name Description
    System.String name
    BsonToken token
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<BsonProperty> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<BsonProperty>

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    CollectionUtils.ContainsValue<TSource>(IEnumerable<TSource>, TSource, IEqualityComparer<TSource>)
    CollectionUtils.IndexOf<T>(IEnumerable<T>, Func<T, Boolean>)
    StringUtils.ForgivingCaseSensitiveFind<TSource>(IEnumerable<TSource>, Func<TSource, String>, String)
    StringExtensions.ToSeparatedString(IEnumerable, String)
    StringExtensions.ToCommaSeparatedString(IEnumerable)
    StringExtensions.ToLineSeparatedString(IEnumerable)
    • Improve this Doc
    • View Source
    • 0 Comments