Interface IReflectiveCollection
The public interface for ReflectiveCollection
[DefaultImplementationType(typeof(ReflectiveCollection))]
[XmlDefaultImplementationType(typeof(ReflectiveCollection))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//ReflectiveCollection")]
public interface IReflectiveCollection : IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Methods
Add(IObject)
bool Add(IObject @object)
Parameters
object
IObject
Returns
AddAll(IReflectiveCollection)
bool AddAll(IReflectiveCollection objects)
Parameters
objects
IReflectiveCollection
Returns
Clear()
void Clear()
Remove(IObject)
bool Remove(IObject @object)
Parameters
object
IObject
Returns
Size()
int Size()