C# Class Boo.Lang.Compiler.TypeSystem.TypeSystemServices.VoidTypeImpl

Inheritance: ExternalType
Show file Open project: boo/boo-lang

Public Methods

Method Description
IsAssignableFrom ( IType other ) : bool
IsSubclassOf ( IType other ) : bool
Resolve ( List targetList, string name, EntityType flags ) : bool

Private Methods

Method Description
VoidTypeImpl ( TypeSystemServices typeSystemServices ) : System

Method Details

IsAssignableFrom() public method

public IsAssignableFrom ( IType other ) : bool
other IType
return bool

IsSubclassOf() public method

public IsSubclassOf ( IType other ) : bool
other IType
return bool

Resolve() public method

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
return bool