Skip to main content
.NET 6.0+

XPObjectStubCollection Members

A collection of XPObjectStub objects passed via ISerializableObjectLayer objects.

Constructors

Name Description
XPObjectStubCollection() This member supports the internal infrastructure and is not intended to be used directly from your code.
XPObjectStubCollection(IEnumerable<XPObjectStub>) This member supports the internal infrastructure and is not intended to be used directly from your code.
XPObjectStubCollection(Int32) This member supports the internal infrastructure and is not intended to be used directly from your code.

Properties

Name Description
Count This member supports the internal infrastructure and is not intended to be used directly from your code.
IsReadOnly This member supports the internal infrastructure and is not intended to be used directly from your code.
Item[Int32] This member supports the internal infrastructure and is not intended to be used directly from your code.
Items This member supports the internal infrastructure and is not intended to be used directly from your code.

Methods

Name Description
Add(XPObjectStub) This member supports the internal infrastructure and is not intended to be used directly from your code.
AddRange(IEnumerable<XPObjectStub>) This member supports the internal infrastructure and is not intended to be used directly from your code.
AsReadOnly() This member supports the internal infrastructure and is not intended to be used directly from your code.
Clear() This member supports the internal infrastructure and is not intended to be used directly from your code.
Contains(XPObjectStub) This member supports the internal infrastructure and is not intended to be used directly from your code.
CopyTo(XPObjectStub[], Int32) This member supports the internal infrastructure and is not intended to be used directly from your code.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator() This member supports the internal infrastructure and is not intended to be used directly from your code.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetInnerList() This member supports the internal infrastructure and is not intended to be used directly from your code.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(XPObjectStub) This member supports the internal infrastructure and is not intended to be used directly from your code.
Insert(Int32, XPObjectStub) This member supports the internal infrastructure and is not intended to be used directly from your code.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(XPObjectStub) This member supports the internal infrastructure and is not intended to be used directly from your code.
RemoveAt(Int32) This member supports the internal infrastructure and is not intended to be used directly from your code.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also