コード例 #1
0
 public Style this[StylesCommon index]
 {
     get
     {
         return(new Style((int)index, Scintilla));
     }
 }
コード例 #2
0
ファイル: Style.cs プロジェクト: elayaraja007/sql-dbdiff
		public Style this[StylesCommon index]
		{
			get
			{
				return new Style((int)index, Scintilla);
			}
		}