C# Class FooConsole.Program

ファイルを表示 Open project: coolnameismy/dev-tips

Public Methods

Method Description
getMember ( Type t ) : void
getMethor ( Type t ) : void
getSelfObject ( Type t ) : object

Private Methods

Method Description
Main ( string args ) : void

Method Details

getMember() public static method

public static getMember ( Type t ) : void
t System.Type
return void

getMethor() public static method

public static getMethor ( Type t ) : void
t System.Type
return void

getSelfObject() public static method

public static getSelfObject ( Type t ) : object
t System.Type
return object