NDoc 1.3.1 SDK

ReflectionEngine.GetDisplayValue Method 

[Visual Basic]
Protected Function GetDisplayValue( _ 
   ByVal parent As Type, _ 
   ByVal value As Object _ 
) As String
[C#]
protected string GetDisplayValue(
   Type parent,
   object value
);
[C++]
protected: String* GetDisplayValue(
   Type* parent,
   Object* value
);
[JScript]
protected function GetDisplayValue(
   Type parent,
   Object value
): String;

Parameters

parent
value

Return Value

See Also

ReflectionEngine Class | NDoc.Core.Reflection Namespace