FastQuant.Bar.AddField C# (CSharp) Method

AddField() public static method

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