Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlArrayItemAttributes.cs / 1 / XmlArrayItemAttributes.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 XmlArrayItemAttributes : CollectionBase { ///[To be supplied.] ////// /// public XmlArrayItemAttribute this[int index] { get { return (XmlArrayItemAttribute)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(XmlArrayItemAttribute attribute) { return List.Add(attribute); } ///[To be supplied.] ////// /// public void Insert(int index, XmlArrayItemAttribute attribute) { List.Insert(index, attribute); } ///[To be supplied.] ////// /// public int IndexOf(XmlArrayItemAttribute attribute) { return List.IndexOf(attribute); } ///[To be supplied.] ////// /// public bool Contains(XmlArrayItemAttribute attribute) { return List.Contains(attribute); } ///[To be supplied.] ////// /// public void Remove(XmlArrayItemAttribute attribute) { List.Remove(attribute); } ///[To be supplied.] ////// /// public void CopyTo(XmlArrayItemAttribute[] array, int index) { List.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextTreeUndoUnit.cs
- Odbc32.cs
- IfElseDesigner.xaml.cs
- ImageSource.cs
- XmlEntity.cs
- UDPClient.cs
- XamlDesignerSerializationManager.cs
- UIPropertyMetadata.cs
- IPPacketInformation.cs
- SignatureDescription.cs
- EventMappingSettingsCollection.cs
- ToolBarTray.cs
- EntityContainerEntitySet.cs
- DataProtection.cs
- Match.cs
- BaseTreeIterator.cs
- HttpResponse.cs
- PropertyIDSet.cs
- InternalResources.cs
- XmlBinaryReader.cs
- DataGridAddNewRow.cs
- XPathNavigator.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- ListViewAutomationPeer.cs
- DataSourceCollectionBase.cs
- ImplicitInputBrush.cs
- DesignerDataConnection.cs
- EditorZoneBase.cs
- PointIndependentAnimationStorage.cs
- TdsParserStateObject.cs
- MetadataArtifactLoader.cs
- PersistenceException.cs
- FilterableAttribute.cs
- CompoundFileDeflateTransform.cs
- IProvider.cs
- ErasingStroke.cs
- ValueType.cs
- TextBoxBaseDesigner.cs
- CriticalFinalizerObject.cs
- ExpressionParser.cs
- InheritablePropertyChangeInfo.cs
- MenuItemStyle.cs
- AsymmetricSignatureDeformatter.cs
- PrintControllerWithStatusDialog.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- JapaneseCalendar.cs
- Rijndael.cs
- DataColumnSelectionConverter.cs
- PeerUnsafeNativeMethods.cs
- BitmapImage.cs
- DataGridViewCell.cs
- TimeoutException.cs
- TokenizerHelper.cs
- WebPartConnectionsEventArgs.cs
- SecurityDescriptor.cs
- DiscoveryEndpointValidator.cs
- RegexTree.cs
- EventLogInternal.cs
- ExpandableObjectConverter.cs
- SizeAnimationUsingKeyFrames.cs
- ComponentChangingEvent.cs
- GeneralTransform3DTo2D.cs
- ClientRuntimeConfig.cs
- DbModificationClause.cs
- ISAPIApplicationHost.cs
- ContainerControlDesigner.cs
- MultipleViewPatternIdentifiers.cs
- InputProviderSite.cs
- ClientSideProviderDescription.cs
- SqlTriggerContext.cs
- InternalDuplexChannelListener.cs
- PolyQuadraticBezierSegment.cs
- _ListenerAsyncResult.cs
- XmlSortKeyAccumulator.cs
- PropertyGeneratedEventArgs.cs
- SettingsContext.cs
- TempEnvironment.cs
- VisualStyleTypesAndProperties.cs
- XhtmlBasicListAdapter.cs
- Section.cs
- CacheAxisQuery.cs
- XmlExpressionDumper.cs
- WebPartRestoreVerb.cs
- RegexWorker.cs
- _TLSstream.cs
- TypefaceMetricsCache.cs
- DataSourceProvider.cs
- MasterPage.cs
- Duration.cs
- ConfigXmlWhitespace.cs
- BamlRecordReader.cs
- GlobalEventManager.cs
- HijriCalendar.cs
- ClassValidator.cs
- ObjectNotFoundException.cs
- Int16Storage.cs
- ExpressionVisitorHelpers.cs
- SynchronizationLockException.cs
- SqlNodeAnnotations.cs
- WSSecurityPolicy11.cs