FastQuant.ProviderId.Add C# (CSharp) Method

Add() public static method

public static Add ( string name, byte id ) : void
name string
id byte
return void
        public static void Add(string name, byte id) => _mapping.Add(name, id);