[Missing <summary> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
public string DocValuesAsText(
bool everything = true,
bool woComments = false,
bool wNotes = false,
bool alsoHidden = true,
HashSet<string> ignore = null
)
Public Function DocValuesAsText (
Optional everything As Boolean = true,
Optional woComments As Boolean = false,
Optional wNotes As Boolean = false,
Optional alsoHidden As Boolean = true,
Optional ignore As HashSet(Of String) = Nothing
) As String
public:
String^ DocValuesAsText(
bool everything = true,
bool woComments = false,
bool wNotes = false,
bool alsoHidden = true,
HashSet<String^>^ ignore = nullptr
)
member DocValuesAsText :
?everything : bool *
?woComments : bool *
?wNotes : bool *
?alsoHidden : bool *
?ignore : HashSet<string>
(* Defaults:
let _everything = defaultArg everything true
let _woComments = defaultArg woComments false
let _wNotes = defaultArg wNotes false
let _alsoHidden = defaultArg alsoHidden true
let _ignore = defaultArg ignore null
*)
-> string
[Missing <param name="everything"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
[Missing <param name="woComments"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
[Missing <param name="wNotes"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
[Missing <param name="alsoHidden"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
[Missing <param name="ignore"/> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]
[Missing <returns> documentation for "M:Karamba.Utilities.DocConfigType.DocValuesAsText(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.HashSet{System.String})"]