示例#1
0
文件: TaggedData.cs 项目: NeoTim/etch
 protected Object FromArrayValue(ArrayValue av)
 {
     return(av.GetArray());
 }