Interface IContainerObject<T>
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
contentT
Returns
RemoveContent(T)
bool RemoveContent(T content)
Parameters
contentT