System.Reflection.CustomAttributeCtorParameter.CustomAttributeCtorParameter C# (CSharp) Method

CustomAttributeCtorParameter() public method

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