Clear method
void
Clear()
Implementation
void Clear() {
this.ClearChangeLog();
this._properties.clear();
this._loadedProperties.clear();
this._requestedPropertySet = null;
}
void Clear() {
this.ClearChangeLog();
this._properties.clear();
this._loadedProperties.clear();
this._requestedPropertySet = null;
}