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

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

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

Свойство Тип Описание
shouldPopReturnedValue bool

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

Метод Описание
FunctionCall ( string functionName, List arguments ) : System.Collections.Generic
GenerateIntoContainer ( Runtime container ) : void
IsBuiltIn ( string name ) : bool
ResolveReferences ( Story context ) : void
ToString ( ) : string

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

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

public FunctionCall ( string functionName, List arguments ) : System.Collections.Generic
functionName string
arguments List
Результат System.Collections.Generic

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

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
Результат void

IsBuiltIn() публичный статический Метод

public static IsBuiltIn ( string name ) : bool
name string
Результат bool

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

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

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

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

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

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

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