Method | Description | |
---|---|---|
Add ( Microsoft.DocAsCode.FileMappingItem item ) : void |
Should not merge FileMappingItems even if they are using the same name, because other propertes also matters, e.g. src, exclude.
|
|
FileMapping ( ) : System | ||
FileMapping ( Microsoft.DocAsCode.FileMappingItem item ) : System | ||
FileMapping ( IEnumerable |
public Add ( Microsoft.DocAsCode.FileMappingItem item ) : void | ||
item | Microsoft.DocAsCode.FileMappingItem | |
return | void |
public FileMapping ( Microsoft.DocAsCode.FileMappingItem item ) : System | ||
item | Microsoft.DocAsCode.FileMappingItem | |
return | System |
public FileMapping ( IEnumerable |
||
items | IEnumerable |
|
return | System |