Click or drag to resize

LiveCountArrayT Structure

[Missing <summary> documentation for "T:SphinxConnector.FluentApi.Helpers.LiveCountArray`1"]

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public struct LiveCountArray<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:SphinxConnector.FluentApi.Helpers.LiveCountArray`1"]

The LiveCountArrayT type exposes the following members.

Constructors
  NameDescription
Public methodLiveCountArrayT
Initializes a new instance of the LiveCountArrayT class
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodStatic memberExpand
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPop
Public methodPushSlot
Public methodPushSlot(T)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldCount
Public fieldItems
Top
Extension Methods
  NameDescription
Public Extension MethodToCode
Prints a valid C# for known x, otherwise uses passed notRecognizedToCode or falls back to `ToString()`.
(Defined by CodePrinter.)
Top
See Also