[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static T CreateInstance<T>(
this T type
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function CreateInstance(Of T) (
type As T
) As T
Dim type As T
Dim returnValue As T
returnValue = type.CreateInstance()
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
generic<typename T>
static T CreateInstance(
T type
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member CreateInstance :
type : 'T -> 'T
No code example is currently available or this language may not be supported.
[Missing <param name="type"/> documentation for "M:DevCase.Extensions.TypeExtensions.TypeExtensions.CreateInstance``1(``0)"]