#region Using Directives using System; #endregion Using Directives namespace ScintillaNET { /// /// Used internally to signify an ignored parameter by overloads of SendMessageDirect /// that match the native Scintilla's Message signatures. /// public enum VOID { NULL } }