public CustomAttributeCtorParameter(CustomAttributeType type)
 {
     this.m_type = type;
     this.m_encodedArgument = new System.Reflection.CustomAttributeEncodedArgument();
 }
Exemple #2
0
 public CustomAttributeCtorParameter(CustomAttributeType type)
 {
     this.m_type            = type;
     this.m_encodedArgument = new System.Reflection.CustomAttributeEncodedArgument();
 }