C# 클래스 AllReady.Extensions.EnumerableExtensions

파일 보기 프로젝트 열기: HTBox/allReady

공개 메소드들

메소드 설명
GetDisplayName ( this enumValue ) : string

Retrieves the Display attribute of an enum.

ToName ( this theType ) : string

메소드 상세

GetDisplayName() 공개 정적인 메소드

Retrieves the Display attribute of an enum.
public static GetDisplayName ( this enumValue ) : string
enumValue this
리턴 string

ToName() 공개 정적인 메소드

public static ToName ( this theType ) : string
theType this
리턴 string