'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> Public Shadows ReadOnly Property CurrentBinder As PointBinderCore
'Usage
Dim instance As PointBinding Dim value As PointBinderCore value = instance.CurrentBinder
[Browsable(false)] [CanBeNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] public new PointBinderCore CurrentBinder {get;}
[Browsable(false)] [CanBeNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] public: new property PointBinderCore^ CurrentBinder { PointBinderCore^ get(); }