System.Reflection.AssemblyAlgorithmIdAttribute.AssemblyAlgorithmIdAttribute C# (CSharp) Méthode

AssemblyAlgorithmIdAttribute() public méthode

public AssemblyAlgorithmIdAttribute ( AssemblyHashAlgorithm algorithmId ) : System
algorithmId AssemblyHashAlgorithm
Résultat System
        public AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm algorithmId)
        {
            m_algId = (uint) algorithmId;
        }

Same methods

AssemblyAlgorithmIdAttribute::AssemblyAlgorithmIdAttribute ( uint algorithmId ) : System
AssemblyAlgorithmIdAttribute