Interface ICompositeObjectList<TObject>
Represents list of composite values ICompositeObject which supports serialization.
Inherited Members
System.Collections.Generic.IReadOnlyCollection<TObject>.Count
System.Collections.Generic.IEnumerable<TObject>.GetEnumerator()
Namespace: Terrasoft.Common
Assembly: Terrasoft.Common.dll
Syntax
public interface ICompositeObjectList<out TObject> : ISerializableObject, IReadOnlyCollection<TObject>, IEnumerable<TObject>, IEnumerable where TObject : ICompositeObject
Type Parameters
Name | Description |
---|---|
TObject |