Neokernel API

Props.getVector Method

Returns the specified object as a Vector. If the specified object is not a Vector, it is placed in a Vector and returned. if the object does not exist, an empty Vector is returned.

public virtual ArrayList getVector(
   string key
);

See Also

Props Class | com.neokernel.props Namespace