private CommonNamedArgument GetNamedArgument(IMetadataCustomAttributeFieldInitialization argument)
 {
     return(new CommonNamedArgument(argument.Field.Name, GetCommonType(argument.Field.Type.NotNull()), GetValue(argument.Value)));
 }
Beispiel #2
0
 private CommonNamedArgument GetNamedArgument(IMetadataCustomAttributeFieldInitialization argument)
 {
     return new CommonNamedArgument(argument.Field.Name, GetCommonType(argument.Field.Type), GetValue(argument.Value));
 }