'Declaration
<NotNullAttribute()> Public Shared Function Create() As EasyAEClient
'Usage
Dim value As EasyAEClient value = EasyAEClient.Create()
[NotNull()] public static EasyAEClient Create()
[NotNull()] public: static EasyAEClient^ Create();
Return Value
The newly created object.
This method never returns null
(Nothing
in Visual Basic).