C# Class Fanx.Fcode.FPod.NMethod

Show file Open project: xored/f4

Public Properties

Property Type Description
isStatic bool
methodName string
paramTypes string[]
parentType string
returnType string

Property Details

isStatic public property

public bool isStatic
return bool

methodName public property

public string methodName
return string

paramTypes public property

public string[] paramTypes
return string[]

parentType public property

public string parentType
return string

returnType public property

public string returnType
return string