- BuildT Build() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- GetPropertystring GetProperty(string key) 
- Searches for the property with the specified key in this property list.
If the key is not found in this property list, the default property list,
and its defaults, recursively, are then checked. The method returns
{@code null} if the property is not found. 
- GetPropertystring GetProperty(string key, string defaultValue) 
- Searches for the property with the specified key in this property list.
If the key is not found in this property list, the default property list,
and its defaults, recursively, are then checked. The method returns
{@code null} if the property is not found. 
- HasPropertybool HasProperty(string key) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- IsEmptybool IsEmpty() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- OpDispatchConfigurationItem OpDispatch() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- OpIndexConfigurationItem OpIndex(string s) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SetValuevoid SetValue(string key, string value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SubItemConfigurationItem SubItem(string name) 
- Undocumented in source. Be warned that the author may not have intended to support it.