Click or drag to resize

UtilsTExtensionGetInterfaceT Method

Gets an interface of the specified type

Namespace:  EBP.Api
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public static T GetInterface<T>()

Type Parameters

T
interface type

Return Value

Type: T
an instance of the interface
Exceptions
ExceptionCondition
NotSupportedExceptionthe interface cannot be instantiated directly
See Also