Interface for an editable collection of metadata objects. .NET only.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public interface IEditableMetaCollection<T> : IMetaCollection<T>, IEnumerable<T>, IEnumerable, ICollectionDescription, INotifyCollection where T : Meta |
| Visual Basic (Usage) |
|---|
Dim instance As IEditableMetaCollection(Of T) |
Type Parameters
- T