WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

RingBuffer<(Of <(<'T>)>)> Members

The RingBuffer<(Of <(<'T>)>)> type exposes the following members.

Constructors


  Name Description
Public method RingBuffer<(Of <(<'T>)>)>(Int32)
Initializes a new instance of the RingBuffer<(Of <(<'T>)>)> class.

Methods


  Name Description
Public method Add
Adds the specified item.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf
Index of the value in the buffer
Public method Items
get a snapshot of the items in the ring buffer
Protected method MemberwiseClone (Inherited from Object.)
Public method Snapshot
Get a snapshot of the data at any given time
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Count
Gets the count.
Public property Item
Gets the entry with the specified index.
Public property Last
Last added entry
Public property Length
Gets the length.