프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DestinationFile | string | ||
ObjectName | string | ||
SourceFile | string |
메소드 | 설명 | |
---|---|---|
HasTheSameFilesAs ( |
||
SourceReferencingFile ( ) : System |
Instantiates a new SourceReferencingFile instance.
|
|
SourceReferencingFile ( string sourceFile, string destinationFile ) : System |
Instantiates a new SourceReferencingFile instance using the argument source and destination files.
|
|
ToString ( ) : string |
public HasTheSameFilesAs ( |
||
otherReferencingFile | ||
리턴 | bool |
public SourceReferencingFile ( string sourceFile, string destinationFile ) : System | ||
sourceFile | string | The source file name to use. |
destinationFile | string | The destination file name to use. |
리턴 | System |