PhoneSystemGetAllT Method

Get all objects of specific type.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public T[] GetAll<T>()
where T : class, IOMSnapshot

Type Parameters

T

Return Value

T
collection of the objects of specific type

Implements

IPhoneSystemGetAllT

See Also