Click or drag to resize

ArrayExtensionsToStringK, V Method (IDictionaryK, V, Char)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Monkeyspeak.Extensions.ArrayExtensions.ToString``2(System.Collections.Generic.IDictionary{``0,``1},System.Char)"]

Namespace:  Monkeyspeak.Extensions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public static string ToString<K, V>(
	this IDictionary<K, V> arr,
	char seperator = ','
)

Parameters

arr
Type: System.Collections.GenericIDictionaryK, V

[Missing <param name="arr"/> documentation for "M:Monkeyspeak.Extensions.ArrayExtensions.ToString``2(System.Collections.Generic.IDictionary{``0,``1},System.Char)"]

seperator (Optional)
Type: SystemChar

[Missing <param name="seperator"/> documentation for "M:Monkeyspeak.Extensions.ArrayExtensions.ToString``2(System.Collections.Generic.IDictionary{``0,``1},System.Char)"]

Type Parameters

K

[Missing <typeparam name="K"/> documentation for "M:Monkeyspeak.Extensions.ArrayExtensions.ToString``2(System.Collections.Generic.IDictionary{``0,``1},System.Char)"]

V

[Missing <typeparam name="V"/> documentation for "M:Monkeyspeak.Extensions.ArrayExtensions.ToString``2(System.Collections.Generic.IDictionary{``0,``1},System.Char)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Monkeyspeak.Extensions.ArrayExtensions.ToString``2(System.Collections.Generic.IDictionary{``0,``1},System.Char)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionaryK, V. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also