Beispiel #1
0
 public Style this[StylesCommon index]
 {
     get
     {
         return(new Style((int)index, Scintilla));
     }
 }
Beispiel #2
0
		public Style this[StylesCommon index]
		{
			get
			{
				return new Style((int)index, Scintilla);
			}
		}