Table of Contents

Interface IContainerObject<T>

Namespace
TinyLife.Objects
Assembly
TinyLife.dll
public interface IContainerObject<T>

Type Parameters

T
Extension Methods

Properties

Content

IEnumerable<T> Content { get; }

Property Value

IEnumerable<T>

Methods

AddContent(T)

bool AddContent(T content)

Parameters

content T

Returns

bool

RemoveContent(T)

bool RemoveContent(T content)

Parameters

content T

Returns

bool