private CommonNamedArgument GetNamedArgument(IMetadataCustomAttributePropertyInitialization argument)
 {
     return(new CommonNamedArgument(argument.Property.Name, GetCommonType(argument.Property.Type), GetValue(argument.Value)));
 }
Esempio n. 2
0
 private CommonNamedArgument GetNamedArgument(IMetadataCustomAttributePropertyInitialization argument)
 {
     return new CommonNamedArgument(argument.Property.Name, GetCommonType(argument.Property.Type), GetValue(argument.Value));
 }