C# Класс Microsoft.Zing.Process.PredicateContextIndexer

Показать файл Открыть проект

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

Свойство Тип Описание
predicateContext ZingAttribute[]

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

Метод Описание
PredicateContextIndexer ( int num ) : System
this ( int index ) : ZingAttribute

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

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

public PredicateContextIndexer ( int num ) : System
num int
Результат System

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

public this ( int index ) : ZingAttribute
index int
Результат ZingAttribute

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

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

public ZingAttribute[] predicateContext
Результат ZingAttribute[]