コード例 #1
0
 public static uint Write(object argument, IDefinitionWriter writer)
 {
     writer.WriteResource((string)argument);
     return(8);
 }