IOptionsCollection.GetCollection Method

Returns a dictionary of the options with values where name of the option start with a given name.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
Dictionary<string, string> GetCollection(
	string name
)

Parameters

name  String
Name to look up options by.

Return Value

Dictionary<String, String>
A dictionary of the options with values where name of the option start with a given name.

See Also