System.Reflection.AssemblyAlgorithmIdAttribute.AssemblyAlgorithmIdAttribute C# (CSharp) Метод

AssemblyAlgorithmIdAttribute() приватный Метод

private AssemblyAlgorithmIdAttribute ( uint algorithmId ) : System
algorithmId uint
Результат System
        public AssemblyAlgorithmIdAttribute(uint algorithmId)
        {
            m_algId = algorithmId;
        }

Same methods

AssemblyAlgorithmIdAttribute::AssemblyAlgorithmIdAttribute ( AssemblyHashAlgorithm algorithmId ) : System
AssemblyAlgorithmIdAttribute