Interface for collection of metadata objects. .NET only.

Namespace:  proCube.Api
Assembly:  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

See Also