====== ThinkGeo.MapSuite.Portable.PclXmlAttributeCollection ====== ===== Inheritance Hierarchy ===== *System.Object *System.Collections.ObjectModel.Collection`1[[ThinkGeo.MapSuite.Portable.IXmlAttribute, ThinkGeo.MapSuite, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]] ***ThinkGeo.MapSuite.Portable.PclXmlAttributeCollection** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} PclXmlAttributeCollection(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Parameters == * //attrs// * Type:IEnumerable<[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]]> * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Add(IXmlAttribute) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //item// * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Clear() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CopyTo(IXmlAttribute[],Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //array// * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute[]|IXmlAttribute[]]] * Description:N/A * //index// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} Contains(IXmlAttribute) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //item// * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetEnumerator() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IEnumerator<[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]]> * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} IndexOf(IXmlAttribute) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Insert(Int32,IXmlAttribute) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //item// * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Remove(IXmlAttribute) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //item// * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] * Description:N/A
** {{wiki:PublicMethod.gif|}} RemoveAt(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} ClearItems() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} InsertItem(Int32,IXmlAttribute) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //item// * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RemoveItem(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SetItem(Int32,IXmlAttribute) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //item// * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Item ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] ** {{wiki:PublicProperty.gif|}} Count ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Item ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]] ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Items ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IList<[[ThinkGeo.MapSuite.Portable.IXmlAttribute|IXmlAttribute]]> ==== Public Events ====