FastQuant.ProviderId.Remove C# (CSharp) 메소드

Remove() 공개 정적인 메소드

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