C# Класс Swummary.SUnit

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
action string
args IEnumerable
hasArgs bool
hasLHS bool
hasReturnType bool
lhs string
returnType string
theme string
type SUnitType

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

Метод Описание
SUnit ( SUnitType type, string action, string theme, string lhs, IEnumerable args, string returnType ) : System.Collections.Generic

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

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

public SUnit ( SUnitType type, string action, string theme, string lhs, IEnumerable args, string returnType ) : System.Collections.Generic
type SUnitType
action string
theme string
lhs string
args IEnumerable
returnType string
Результат System.Collections.Generic

Описание свойств

action публичное свойство

public string action
Результат string

args публичное свойство

public IEnumerable args
Результат IEnumerable

hasArgs публичное свойство

public bool hasArgs
Результат bool

hasLHS публичное свойство

public bool hasLHS
Результат bool

hasReturnType публичное свойство

public bool hasReturnType
Результат bool

lhs публичное свойство

public string lhs
Результат string

returnType публичное свойство

public string returnType
Результат string

theme публичное свойство

public string theme
Результат string

type публичное свойство

public SUnitType type
Результат SUnitType