C# Класс Ink.Parsed.Knot

Наследование: FlowBase
Показать файл Открыть проект

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

Метод Описание
Knot ( string name, List topLevelObjects, List arguments, bool isFunction ) : System.Collections.Generic
ResolveReferences ( Story context ) : void

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

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

public Knot ( string name, List topLevelObjects, List arguments, bool isFunction ) : System.Collections.Generic
name string
topLevelObjects List
arguments List
isFunction bool
Результат System.Collections.Generic

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

public ResolveReferences ( Story context ) : void
context Story
Результат void