pipe クラス : TypeName ゲッタ

説明

型名を取得します。

構文

pipeInstance.TypeName

引数

無し。

返り値

クラス説明
string型名。

サンプルコード

1:

pipe p = new pipe();

2:

string typeName = p.TypeName;

注意

このゲッターは、"pipe" を返します。

参照リンク

無し。

Copyright © Cooker All rights reserved.