C# Class MixinRefactoring.MixinReference

class that represents the reference to a mixin with a mixin child
Datei anzeigen Open project: pgenfer/mixinSharp Class Usage Examples

Public Methods

Method Description
MixinReference ( ) : System

only for test cases, don't use in production code

MixinReference ( string name, ClassWithTypeSymbol type ) : System
ToString ( ) : string

Method Details

MixinReference() public method

only for test cases, don't use in production code
public MixinReference ( ) : System
return System

MixinReference() public method

public MixinReference ( string name, ClassWithTypeSymbol type ) : System
name string
type ClassWithTypeSymbol
return System

ToString() public method

public ToString ( ) : string
return string