Table of Contents

Class CollectionTObject<T>

Namespace
Alis.Core.Aspect.Data.Json
Assembly
Alis.dll

The collection object class

internal sealed class CollectionTObject<T> : ListObject

Type Parameters

T

Inheritance

Inherited Members

Fields

Coll

The coll

internal ICollection<T> Coll

Field Value

ICollection<T>

Properties

List

Gets or sets the value of the list

public override object List { get; set; }

Property Value

object

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()