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