Retrieves a list of settings. If the list cannot be found then no items are added
[Visual Basic] Public Sub GetSettingList( _ ByVal section As String, _ ByVal name As String, _ ByVal itemType As Type, _ ByRef list As IList _ ) [C#] public void GetSettingList( string section, string name, Type itemType, ref IList list ); [C++] public: void GetSettingList( String* section, String* name, Type* itemType, * IList* list ); [JScript] public function GetSettingList( String section, String name, Type itemType, IList list );
Settings Class | NDoc.Core Namespace