Edit

Share via


MsgUtils.GetTypeRepresentation(Object) Method

Definition

Returns the representation of a type as used in NUnitLite. This is the same as Type.ToString() except for arrays, which are displayed with their declared sizes.

public static string GetTypeRepresentation (object obj);
static member GetTypeRepresentation : obj -> string

Parameters

obj
Object

Returns

Applies to