protected static string ItemsAsText(
IEnumerable<SimpleIniFileEntry> aitems,
bool everything = false,
bool woComments = false,
bool wNotes = false,
bool alsoHidden = false,
HashSet<string> ignore = null
)
Protected Shared Function ItemsAsText (
aitems As IEnumerable(Of SimpleIniFileEntry),
Optional everything As Boolean = false,
Optional woComments As Boolean = false,
Optional wNotes As Boolean = false,
Optional alsoHidden As Boolean = false,
Optional ignore As HashSet(Of String) = Nothing
) As String
protected:
static String^ ItemsAsText(
IEnumerable<SimpleIniFileEntry^>^ aitems,
bool everything = false,
bool woComments = false,
bool wNotes = false,
bool alsoHidden = false,
HashSet<String^>^ ignore = nullptr
)
static member ItemsAsText :
aitems : IEnumerable<SimpleIniFileEntry> *
?everything : bool *
?woComments : bool *
?wNotes : bool *
?alsoHidden : bool *
?ignore : HashSet<string>
(* Defaults:
let _everything = defaultArg everything false
let _woComments = defaultArg woComments false
let _wNotes = defaultArg wNotes false
let _alsoHidden = defaultArg alsoHidden false
let _ignore = defaultArg ignore null
*)
-> string
[Missing <param name="woComments"/> documentation for "M:Karamba.Utilities.SimpleIniFile.ItemsAsText(System.Collections.Generic.IEnumerable{Karamba.Utilities.SimpleIniFileEntry},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
[Missing <param name="wNotes"/> documentation for "M:Karamba.Utilities.SimpleIniFile.ItemsAsText(System.Collections.Generic.IEnumerable{Karamba.Utilities.SimpleIniFileEntry},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
[Missing <param name="alsoHidden"/> documentation for "M:Karamba.Utilities.SimpleIniFile.ItemsAsText(System.Collections.Generic.IEnumerable{Karamba.Utilities.SimpleIniFileEntry},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
[Missing <param name="ignore"/> documentation for "M:Karamba.Utilities.SimpleIniFile.ItemsAsText(System.Collections.Generic.IEnumerable{Karamba.Utilities.SimpleIniFileEntry},System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]