FastQuant.Bar.AddField C# (CSharp) Méthode

AddField() public static méthode

public static AddField ( string name, byte index ) : void
name string
index byte
Résultat void
        public static void AddField(string name, byte index) => mapping.Add(name, index);