<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Type As ProxyType
Dim instance As Proxy
Dim value As ProxyType
instance.Type = value
value = instance.Type
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public ProxyType Type {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property ProxyType get_Type();
public: __property void set_Type(
ProxyType value
);
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property ProxyType Type {
ProxyType get();
void set ( ProxyType value);
}