Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MutableValueBool

    MutableValue implementation of type System.Boolean.

    Inheritance
    System.Object
    MutableValue
    MutableValueBool
    Implements
    System.IComparable<MutableValue>
    System.IComparable
    Inherited Members
    MutableValue.Exists
    MutableValue.CompareTo(MutableValue)
    MutableValue.CompareTo(Object)
    MutableValue.Equals(Object)
    MutableValue.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Util.Mutable
    Assembly: Lucene.Net.dll
    Syntax
    public class MutableValueBool : MutableValue, IComparable<MutableValue>, IComparable

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public bool Value { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    CompareSameType(Object)

    Declaration
    public override int CompareSameType(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Int32
    Overrides
    MutableValue.CompareSameType(Object)
    | Improve this Doc View Source

    Copy(MutableValue)

    Declaration
    public override void Copy(MutableValue source)
    Parameters
    Type Name Description
    MutableValue source
    Overrides
    MutableValue.Copy(MutableValue)
    | Improve this Doc View Source

    Duplicate()

    Declaration
    public override MutableValue Duplicate()
    Returns
    Type Description
    MutableValue
    Overrides
    MutableValue.Duplicate()
    | Improve this Doc View Source

    EqualsSameType(Object)

    Declaration
    public override bool EqualsSameType(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    MutableValue.EqualsSameType(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    MutableValue.GetHashCode()
    | Improve this Doc View Source

    ToObject()

    Declaration
    public override object ToObject()
    Returns
    Type Description
    System.Object
    Overrides
    MutableValue.ToObject()

    Implements

    System.IComparable<T>
    System.IComparable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.