'宣言 Public Function New( _ ByVal fileName As System.String, _ ByVal fileStream As System.IO.Stream _ )
public ImportSource( System.string fileName, System.IO.Stream fileStream )
パラメータ
- fileName
- インポートファイル名。
- fileStream
- インポートファイルストリーム。
'宣言 Public Function New( _ ByVal fileName As System.String, _ ByVal fileStream As System.IO.Stream _ )
public ImportSource( System.string fileName, System.IO.Stream fileStream )