예제 #1
0
 private CommonNamedArgument GetNamedArgument(IMetadataCustomAttributePropertyInitialization argument)
 {
     return(new CommonNamedArgument(argument.Property.Name, GetCommonType(argument.Property.Type), GetValue(argument.Value)));
 }
예제 #2
0
 private CommonNamedArgument GetNamedArgument(IMetadataCustomAttributePropertyInitialization argument)
 {
     return new CommonNamedArgument(argument.Property.Name, GetCommonType(argument.Property.Type), GetValue(argument.Value));
 }