ConfigurationProvider.LoadConfiguration<T> Method
public abstract T LoadConfiguration<T>(
string configurationPath
)
This language is not supported or no code example is available.
generic<typename T>
public:
virtual T^ LoadConfiguration(
String^ configurationPath
) abstract
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
-
configurationPath
-
string
Return Value
T
In this article
Definition