Read-only collection of AliasGroup objects. This documentation is incomplete as this interface also implements the members of IArray<(Of <(T>)>).

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
public interface AliasGroupsArray : IArray<AliasGroup>, 
	IEnumerable<AliasGroup>, MetaArray, IArray<Meta>, 
	IEnumerable<Meta>, IEnumerable
Visual Basic (Usage)
Dim instance As AliasGroupsArray

See Also