System.Windows.Forms.BitmapLabel.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : CharSettings
index int
Résultat CharSettings
        public CharSettings this[int index]
        {
            get { return _charSettings[index]; }
        }