C# Class FSO.Vitaboy.PropertyList

Lists properties associated with a motion.
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Items FSO.Vitaboy.PropertyListItem[]

Public Methods

Method Description
this ( string key ) : string

Gets a PropertyList TimePropertyListItem instance from this PropertyList instance.

Method Details

this() public method

Gets a PropertyList TimePropertyListItem instance from this PropertyList instance.
public this ( string key ) : string
key string The key of a PropertyListItem (see Bones.cs)
return string

Property Details

Items public_oe property

public PropertyListItem[],FSO.Vitaboy Items
return FSO.Vitaboy.PropertyListItem[]