C# Класс MixinRefactoring.MixinReference

class that represents the reference to a mixin with a mixin child
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MixinReference ( ) : System

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

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

Описание методов

MixinReference() публичный Метод

only for test cases, don't use in production code
public MixinReference ( ) : System
Результат System

MixinReference() публичный Метод

public MixinReference ( string name, ClassWithTypeSymbol type ) : System
name string
type ClassWithTypeSymbol
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string