[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;
ReflectionEngine Class | NDoc.Core.Reflection Namespace