C# Класс Microsoft.Zing.ZMethod

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

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

Метод Описание
ZMethod ( ) : System.Collections.Generic
ZMethod ( System.Compiler.TypeNode declaringType, AttributeList attributes, System.Compiler.Identifier name, ParameterList parameters, System.Compiler.TypeNode returnType, System.Compiler.Block body ) : System.Collections.Generic
ZMethod ( System.Compiler.TypeNode declaringType, bool atomic, bool activated, System.Compiler.Identifier name, ParameterList parameters, System.Compiler.TypeNode returnType, System.Compiler.Block body ) : System.Collections.Generic

Приватные методы

Метод Описание
ResetLocals ( ) : void

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

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

public ZMethod ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public ZMethod ( System.Compiler.TypeNode declaringType, AttributeList attributes, System.Compiler.Identifier name, ParameterList parameters, System.Compiler.TypeNode returnType, System.Compiler.Block body ) : System.Collections.Generic
declaringType System.Compiler.TypeNode
attributes AttributeList
name System.Compiler.Identifier
parameters ParameterList
returnType System.Compiler.TypeNode
body System.Compiler.Block
Результат System.Collections.Generic

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

public ZMethod ( System.Compiler.TypeNode declaringType, bool atomic, bool activated, System.Compiler.Identifier name, ParameterList parameters, System.Compiler.TypeNode returnType, System.Compiler.Block body ) : System.Collections.Generic
declaringType System.Compiler.TypeNode
atomic bool
activated bool
name System.Compiler.Identifier
parameters ParameterList
returnType System.Compiler.TypeNode
body System.Compiler.Block
Результат System.Collections.Generic