CSMSL.Proteomics.Protease.TryGetProtease C# (CSharp) 메소드

TryGetProtease() 공개 정적인 메소드

public static TryGetProtease ( string name, Protease &protease ) : bool
name string
protease Protease
리턴 bool
        public static bool TryGetProtease(string name, out Protease protease)
        {
            return Proteases.TryGetValue(name, out protease);
        }