Class CustomListObject
- Namespace
- Alis.Core.Aspect.Data.Json
- Assembly
- Alis.dll
The list object class
internal sealed class CustomListObject : ListObject
Inheritance
Inherited Members
Fields
_list
The list
private IList _list
Field 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
value
object-
The value
options
JsonOptions-
The options
Clear()
Clears this instance
public override void Clear()