コード例 #1
0
ファイル: TreeNodeBase.cs プロジェクト: igor-toporet/TestFx
 public IBuffer GetTextAsBuffer()
 {
     return(_treeNode.GetTextAsBuffer());
 }