Method GetSet
GetSet(IDictionary<String, String>, String)
Returns whitespace- and/or comma-separated set of values, or null if none are found
Declaration
public virtual ISet<string> GetSet(IDictionary<string, string> args, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | args | |
System.String | name |
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |