DocsMarshal
/
Types
/
DocsMarshal.Entities.Query.DMCollection<T>
class
DMCollection<T>
Base class:
CollectionBase
Implemented interfaces:
IList
ICollection
IEnumerable
ICollection
<T>
IEnumerable
<T>
ISerializable
IDeserializationCallback
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
DMCollection<T>
()
Properties
Int32
Capacity
{ get; set; }
Int32
Count
{ get; }
Boolean
IsReadOnly
{ get; }
Object
Item
{ get; set; }
Top