Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / Serialization / XmlElementAttributes.cs / 1 / XmlElementAttributes.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; using System.Reflection; using System.Collections; using System.ComponentModel; ////// /// public class XmlElementAttributes : CollectionBase { ///[To be supplied.] ////// /// public XmlElementAttribute this[int index] { get { return (XmlElementAttribute)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(XmlElementAttribute attribute) { return List.Add(attribute); } ///[To be supplied.] ////// /// public void Insert(int index, XmlElementAttribute attribute) { List.Insert(index, attribute); } ///[To be supplied.] ////// /// public int IndexOf(XmlElementAttribute attribute) { return List.IndexOf(attribute); } ///[To be supplied.] ////// /// public bool Contains(XmlElementAttribute attribute) { return List.Contains(attribute); } ///[To be supplied.] ////// /// public void Remove(XmlElementAttribute attribute) { List.Remove(attribute); } ///[To be supplied.] ////// /// public void CopyTo(XmlElementAttribute[] array, int index) { List.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; using System.Reflection; using System.Collections; using System.ComponentModel; ////// /// public class XmlElementAttributes : CollectionBase { ///[To be supplied.] ////// /// public XmlElementAttribute this[int index] { get { return (XmlElementAttribute)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(XmlElementAttribute attribute) { return List.Add(attribute); } ///[To be supplied.] ////// /// public void Insert(int index, XmlElementAttribute attribute) { List.Insert(index, attribute); } ///[To be supplied.] ////// /// public int IndexOf(XmlElementAttribute attribute) { return List.IndexOf(attribute); } ///[To be supplied.] ////// /// public bool Contains(XmlElementAttribute attribute) { return List.Contains(attribute); } ///[To be supplied.] ////// /// public void Remove(XmlElementAttribute attribute) { List.Remove(attribute); } ///[To be supplied.] ////// /// public void CopyTo(XmlElementAttribute[] array, int index) { List.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SmiEventStream.cs
- HwndHost.cs
- NumericUpDownAccelerationCollection.cs
- ConstraintManager.cs
- SmiConnection.cs
- TableHeaderCell.cs
- Timeline.cs
- DataErrorValidationRule.cs
- TransactionManager.cs
- EntityWrapper.cs
- NegotiateStream.cs
- fixedPageContentExtractor.cs
- DataGridItem.cs
- HttpResponseInternalWrapper.cs
- ContractSearchPattern.cs
- ModuleConfigurationInfo.cs
- AppDomainEvidenceFactory.cs
- ThicknessConverter.cs
- GPPOINT.cs
- EllipseGeometry.cs
- PiiTraceSource.cs
- ContainerVisual.cs
- XmlSchemaAnnotated.cs
- AppDomainUnloadedException.cs
- XslException.cs
- ViewStateException.cs
- OpCopier.cs
- XmlDataSourceView.cs
- Utils.cs
- AutomationIdentifierGuids.cs
- MouseEvent.cs
- Geometry.cs
- HintTextMaxWidthConverter.cs
- WebDescriptionAttribute.cs
- TableItemPattern.cs
- DataTableReaderListener.cs
- SqlDataSource.cs
- StoragePropertyMapping.cs
- CopyOnWriteList.cs
- DeferredSelectedIndexReference.cs
- DataBoundControlAdapter.cs
- BasePropertyDescriptor.cs
- QueryException.cs
- HandlerBase.cs
- RequestUriProcessor.cs
- Win32Native.cs
- SoapFormatterSinks.cs
- DefaultValidator.cs
- QilPatternVisitor.cs
- FloatUtil.cs
- UpdateProgress.cs
- Substitution.cs
- ToggleButtonAutomationPeer.cs
- Oci.cs
- ColumnCollection.cs
- XmlSecureResolver.cs
- GeneralTransform3DGroup.cs
- StandardTransformFactory.cs
- DataViewManager.cs
- PolygonHotSpot.cs
- Activator.cs
- CertificateReferenceElement.cs
- UserControl.cs
- GenericTypeParameterBuilder.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- OneToOneMappingSerializer.cs
- ADMembershipProvider.cs
- StoryFragments.cs
- SqlCacheDependency.cs
- DispatcherExceptionEventArgs.cs
- PackWebRequest.cs
- DataGridViewColumnCollectionDialog.cs
- validation.cs
- Light.cs
- WebPartCancelEventArgs.cs
- HideDisabledControlAdapter.cs
- StoreItemCollection.cs
- DynamicResourceExtension.cs
- SmtpReplyReader.cs
- ContentElementAutomationPeer.cs
- TreeBuilderBamlTranslator.cs
- SafeTimerHandle.cs
- CheckBoxBaseAdapter.cs
- TemplateBamlTreeBuilder.cs
- CheckBoxDesigner.cs
- DataGridViewCellMouseEventArgs.cs
- ImpersonationContext.cs
- RecommendedAsConfigurableAttribute.cs
- ComboBoxAutomationPeer.cs
- ColumnReorderedEventArgs.cs
- DataGridViewCellMouseEventArgs.cs
- UInt32Storage.cs
- CfgSemanticTag.cs
- PolicyUnit.cs
- ScaleTransform.cs
- FilterableAttribute.cs
- ISAPIWorkerRequest.cs
- WindowsScrollBar.cs
- IisTraceListener.cs
- DefaultEvaluationContext.cs