An NDoc Documented Class Library

PlatformSpecificItemAttribute.ReferAsType Property

[Visual Basic]
Overridable Public Property ReferAsType As Type
[C#]
public virtual Type ReferAsType { get; set; }
[C++]
public: virtual __property Type* get_ReferAsType();
public: virtual __property void set_ReferAsType(Type* );
[JScript]
public virtual function get ReferAsType() : Type
public virtual function set ReferAsType(Type);

See Also

PlatformSpecificItemAttribute Class | White.Core.UIItems Namespace