System.Reflection.AssemblyAlgorithmIdAttribute.AssemblyAlgorithmIdAttribute C# (CSharp) 메소드

AssemblyAlgorithmIdAttribute() 공개 메소드

public AssemblyAlgorithmIdAttribute ( AssemblyHashAlgorithm algorithmId ) : System
algorithmId AssemblyHashAlgorithm
리턴 System
        public AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm algorithmId)
        {
            m_algId = (uint) algorithmId;
        }

Same methods

AssemblyAlgorithmIdAttribute::AssemblyAlgorithmIdAttribute ( uint algorithmId ) : System
AssemblyAlgorithmIdAttribute