ARCed.Scintilla.HotspotClickEventArgs.HotspotClickEventArgs C# (CSharp) Метод

HotspotClickEventArgs() публичный Метод

Initializes a new instance of the HotspotClickEventArgs class.
public HotspotClickEventArgs ( int position ) : System
position int The byte offset in the document of the character that was clicked.
Результат System
        public HotspotClickEventArgs(int position)
        {
            this._position = position;
        }
HotspotClickEventArgs