C# Класс FSO.Vitaboy.PropertyList

Lists properties associated with a motion.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Items FSO.Vitaboy.PropertyListItem[]

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

Метод Описание
this ( string key ) : string

Gets a PropertyList TimePropertyListItem instance from this PropertyList instance.

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

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

Gets a PropertyList TimePropertyListItem instance from this PropertyList instance.
public this ( string key ) : string
key string The key of a PropertyListItem (see Bones.cs)
Результат string

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

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

public PropertyListItem[],FSO.Vitaboy Items
Результат FSO.Vitaboy.PropertyListItem[]