C# 클래스 XG.Config.Properties.Extensions

파일 보기 프로젝트 열기: lformella/xdcc-grabscher

공개 메소드들

메소드 설명
GetAppDataPath ( this aSettings ) : string
GetFileHandlers ( this aSettings ) : IEnumerable
SetFileHandlers ( this aSettings, IEnumerable aFileHandlers ) : void

메소드 상세

GetAppDataPath() 공개 정적인 메소드

public static GetAppDataPath ( this aSettings ) : string
aSettings this
리턴 string

GetFileHandlers() 공개 정적인 메소드

public static GetFileHandlers ( this aSettings ) : IEnumerable
aSettings this
리턴 IEnumerable

SetFileHandlers() 공개 정적인 메소드

public static SetFileHandlers ( this aSettings, IEnumerable aFileHandlers ) : void
aSettings this
aFileHandlers IEnumerable
리턴 void