FastQuant.ProviderId.Remove C# (CSharp) Method

Remove() public static method

public static Remove ( string name ) : void
name string
return void
        public static void Remove(string name) => _mapping.Remove(name);