HelpPageConfigurationExtensions.SetSampleObjects Method
<Extension()> _
Public Shared Sub SetSampleObjects( _
ByVal config As HttpConfiguration, _
ByVal sampleObjects As IDictionary(Of Type, Object) _
)
This language is not supported or no code example is available.
public static void SetSampleObjects(
this HttpConfiguration config,
IDictionary<Type, object> sampleObjects
)
This language is not supported or no code example is available.
[Extension()]
public:
static void SetSampleObjects(
HttpConfiguration^ config,
IDictionary<Type^, object^>^ sampleObjects
)
This language is not supported or no code example is available.
Parameters
- config
- HttpConfiguration
The HttpConfiguration.
- sampleObjects
- IDictionary<Type, object>
The sample objects.