 | 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)
Syntaxpublic static T GetInterface<T>()
Public Shared Function GetInterface(Of T) As T
Type Parameters
- T
- interface type
Return Value
Type:
Tan instance of the interface
Exceptions
See Also