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

CustomAttributeCtorParameter() public méthode

public CustomAttributeCtorParameter ( CustomAttributeType type ) : System
type CustomAttributeType
Résultat System
        public CustomAttributeCtorParameter(CustomAttributeType type)
        {
            m_type = type;
            m_encodedArgument = new CustomAttributeEncodedArgument();
        }
        #endregion
CustomAttributeCtorParameter