Class
DocumentElementStateBitVector

Definition

Namespace:Telerik.WinForms.Documents.Layout

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class DocumentElementStateBitVector

Inheritance: objectDocumentElementStateBitVector

Constructors

DocumentElementStateBitVector()

Declaration

cs-api-definition
public DocumentElementStateBitVector()

DocumentElementStateBitVector(DocumentElementStateBitVector)

Declaration

cs-api-definition
public DocumentElementStateBitVector(DocumentElementStateBitVector source)

Parameters

source

DocumentElementStateBitVector

Properties

Data

Gets the UInt64 structure holding the separate bits of the vector.

Declaration

cs-api-definition
public DocumentElementStates Data { get; }

Property Value

DocumentElementStates

this[DocumentElementStates]

Determines whether the bit, corresponding to the specified key is set

Declaration

cs-api-definition
public bool this[DocumentElementStates key] { get; set; }

Parameters

key

DocumentElementStates

Property Value

bool

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

Reset()

Clears all currently set bits in this vector.

Declaration

cs-api-definition
public void Reset()

Operators

operator !=(DocumentElementStateBitVector, DocumentElementStateBitVector)

Declaration

cs-api-definition
public static bool operator !=(DocumentElementStateBitVector vector1, DocumentElementStateBitVector vector2)

Parameters

vector1

DocumentElementStateBitVector

vector2

DocumentElementStateBitVector

Returns

bool

operator ==(DocumentElementStateBitVector, DocumentElementStateBitVector)

Declaration

cs-api-definition
public static bool operator ==(DocumentElementStateBitVector vector1, DocumentElementStateBitVector vector2)

Parameters

vector1

DocumentElementStateBitVector

vector2

DocumentElementStateBitVector

Returns

bool