コード例 #1
0
ファイル: MediaRSS_IO.cs プロジェクト: TheByte/sones
 public Object ExportVertex(Vertex myVertex)
 {
     return myVertex.ToMediaRSS();
 }