ICSharpCode.TextEditor.GutterMargin.GutterMargin C# (CSharp) Метод

GutterMargin() статический приватный Метод

static private GutterMargin ( ) : System
Результат System
		static GutterMargin()
		{
			Stream cursorStream = Assembly.GetCallingAssembly().GetManifestResourceStream("ICSharpCode.TextEditor.Resources.RightArrow.cur");
			if (cursorStream == null) throw new Exception("could not find cursor resource");
			//RightLeftCursor = new Cursor(cursorStream);
			cursorStream.Close();
		}
		

Same methods

GutterMargin::GutterMargin ( TextArea textArea ) : System