C# 클래스 Microsoft.DocAsCode.FileMapping

파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
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 items ) : System

메소드 상세

Add() 공개 메소드

Should not merge FileMappingItems even if they are using the same name, because other propertes also matters, e.g. src, exclude.
public Add ( Microsoft.DocAsCode.FileMappingItem item ) : void
item Microsoft.DocAsCode.FileMappingItem
리턴 void

FileMapping() 공개 메소드

public FileMapping ( ) : System
리턴 System

FileMapping() 공개 메소드

public FileMapping ( Microsoft.DocAsCode.FileMappingItem item ) : System
item Microsoft.DocAsCode.FileMappingItem
리턴 System

FileMapping() 공개 메소드

public FileMapping ( IEnumerable items ) : System
items IEnumerable
리턴 System