C# 클래스 GuidGen.Cmdline.Argument

Command line argument
파일 보기 프로젝트 열기: michaelmcdaniel/GuidgenConsole

공개 메소드들

메소드 설명
Argument ( ) : System
Argument ( string key ) : System
GetHashCode ( ) : int

Generates hashcode from key

ToString ( ) : string

메소드 상세

Argument() 공개 메소드

public Argument ( ) : System
리턴 System

Argument() 공개 메소드

public Argument ( string key ) : System
key string
리턴 System

GetHashCode() 공개 메소드

Generates hashcode from key
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string