A Sandcastle Documented Class Library
CombineName メソッド (path1, path2)
名前空間CFW.IOFileSystemCombineName(String, String)
パスの名前結合
宣言の構文
C#Visual BasicVisual C++
public abstract string CombineName(
	string path1,
	string path2
)
Public MustOverride Function CombineName ( _
	path1 As String, _
	path2 As String _
) As String
public:
virtual String^ CombineName(
	String^ path1, 
	String^ path2
) abstract
パラメータ
path1 (String)

[Missing <param name="path1"/> documentation for "M:CFW.IO.FileSystem.CombineName(System.String,System.String)"]

path2 (String)

[Missing <param name="path2"/> documentation for "M:CFW.IO.FileSystem.CombineName(System.String,System.String)"]

戻り値

[Missing <returns> documentation for M:CFW.IO.FileSystem.CombineName(System.String,System.String)]

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)