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

CustomAttributeCtorParameter() 공개 메소드

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