Class CollectionTObject<T>
- Namespace
- Alis.Core.Aspect.Data.Json
- Assembly
- Alis.dll
The collection object class
internal sealed class CollectionTObject<T> : ListObjectType Parameters
T
Inheritance
Inherited Members
Fields
Coll
The coll
internal ICollection<T> CollField Value
- ICollection<T>
Properties
List
Gets or sets the value of the list
public override object List { get; set; }Property Value
Methods
Add(object, JsonOptions)
Adds the value
public override void Add(object value, JsonOptions options = null)Parameters
valueobject-
The value
optionsJsonOptions-
The options
Clear()
Clears this instance
public override void Clear()