XmlNodeBase.GetEnumValue<T> Method
protected T GetEnumValue<T>(
T defaultValue
)
where T : struct
This language is not supported or no code example is available.
generic<typename T>
where T : value class
protected:
T^ GetEnumValue(
T^ defaultValue
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
Type Parameters
-
T
-
Parameters
-
defaultValue
-
T
Return Value
T
In this article
Definition