Class CustomListObject
- Namespace
- Alis.Core.Aspect.Data.Json
- Assembly
- Alis.dll
The list object class
internal sealed class CustomListObject : ListObjectInheritance
Inherited Members
Fields
_list
The list
private IList _listField Value
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()