Read-only collection of Server 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 ServersArray : IArray<Server>, 
	IEnumerable<Server>, MetaArray, IArray<Meta>, 
	IEnumerable<Meta>, IEnumerable
Visual Basic (Usage)
Dim instance As ServersArray

See Also