This overload of the Get method accepts a selector in the form of an object.
[Visual Basic] Overloads Public Shared Function Get( _ ByVal configType As String, _ ByVal selector As Selector _ ) As IConfigCollection [C#] public static IConfigCollection Get( string configType, Selector selector ); [C++] public: static IConfigCollection* Get( String* configType, Selector* selector ); [JScript] public static function Get( configType : String, selector : Selector ) : IConfigCollection;
ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.Get Overload List | IConfigCollection | Selector