OptionsCollection.GetCollection Method
Returns a dictionary of the options with values where name of the option start with a given name.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public Dictionary<string, string> GetCollection(
string name
)
Public Function GetCollection (
name As String
) As Dictionary(Of String, String)
public:
virtual Dictionary<String^, String^>^ GetCollection(
String^ name
) sealed
abstract GetCollection :
name : string -> Dictionary<string, string>
override GetCollection :
name : string -> Dictionary<string, string>
- name String
- Name to look up options by.
Dictionary<String,
String>A dictionary of the options with values where name of the option start with a given
name.