[Missing <summary> documentation for "M:VVVV.Utils.Reflection.TypeExtensions.GetFSharpName(System.Type)"]

Namespace: VVVV.Utils.Reflection
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static string GetFSharpName(
	this Type t
)

Parameters

t
Type: System..::..Type

[Missing <param name="t"/> documentation for "M:VVVV.Utils.Reflection.TypeExtensions.GetFSharpName(System.Type)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.Reflection.TypeExtensions.GetFSharpName(System.Type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also