C# Class CodeReader.MethodCall

Summary description for MethodCall.
ファイルを表示 Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
arguments System.Collections.ArrayList
methodCalled string

Public Methods

Method Description
Fill ( string code ) : void
RemoveArgumentDoubleQuotes ( ) : void

Method Details

Fill() public method

public Fill ( string code ) : void
code string
return void

RemoveArgumentDoubleQuotes() public method

public RemoveArgumentDoubleQuotes ( ) : void
return void

Property Details

arguments public_oe property

public ArrayList,System.Collections arguments
return System.Collections.ArrayList

methodCalled public_oe property

public string methodCalled
return string