'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <XmlIgnoreAttribute()> Public Property InternalValue As VarTypes
'Usage
Dim instance As VarType Dim value As VarTypes instance.InternalValue = value value = instance.InternalValue
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [XmlIgnore()] public VarTypes InternalValue {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [XmlIgnore()] public: property VarTypes InternalValue { VarTypes get(); void set ( VarTypes value); }