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