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

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

public WordFontPair ( string word, Font font ) : System
word string
font System.Drawing.Font
Результат System
			public WordFontPair(string word, Font font) {
				this.word = word;
				this.font = font;
			}
			public override bool Equals(object obj) {