Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / Serialization / XmlAnyElementAttributes.cs / 1 / XmlAnyElementAttributes.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 XmlAnyElementAttributes : CollectionBase { ///[To be supplied.] ////// /// public XmlAnyElementAttribute this[int index] { get { return (XmlAnyElementAttribute)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(XmlAnyElementAttribute attribute) { return List.Add(attribute); } ///[To be supplied.] ////// /// public void Insert(int index, XmlAnyElementAttribute attribute) { List.Insert(index, attribute); } ///[To be supplied.] ////// /// public int IndexOf(XmlAnyElementAttribute attribute) { return List.IndexOf(attribute); } ///[To be supplied.] ////// /// public bool Contains(XmlAnyElementAttribute attribute) { return List.Contains(attribute); } ///[To be supplied.] ////// /// public void Remove(XmlAnyElementAttribute attribute) { List.Remove(attribute); } ///[To be supplied.] ////// /// public void CopyTo(XmlAnyElementAttribute[] 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 XmlAnyElementAttributes : CollectionBase { ///[To be supplied.] ////// /// public XmlAnyElementAttribute this[int index] { get { return (XmlAnyElementAttribute)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(XmlAnyElementAttribute attribute) { return List.Add(attribute); } ///[To be supplied.] ////// /// public void Insert(int index, XmlAnyElementAttribute attribute) { List.Insert(index, attribute); } ///[To be supplied.] ////// /// public int IndexOf(XmlAnyElementAttribute attribute) { return List.IndexOf(attribute); } ///[To be supplied.] ////// /// public bool Contains(XmlAnyElementAttribute attribute) { return List.Contains(attribute); } ///[To be supplied.] ////// /// public void Remove(XmlAnyElementAttribute attribute) { List.Remove(attribute); } ///[To be supplied.] ////// /// public void CopyTo(XmlAnyElementAttribute[] 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
- Lease.cs
- OrderedDictionary.cs
- ThreadPool.cs
- BinaryParser.cs
- dataobject.cs
- CodeMethodReturnStatement.cs
- TemplateControlParser.cs
- ISAPIApplicationHost.cs
- CodePropertyReferenceExpression.cs
- InstancePersistenceContext.cs
- HttpPostedFile.cs
- StringValidator.cs
- NotFiniteNumberException.cs
- LinkArea.cs
- FixedSOMFixedBlock.cs
- SecurityTokenValidationException.cs
- FilterRepeater.cs
- IsolatedStorageFilePermission.cs
- BitmapScalingModeValidation.cs
- SafeMarshalContext.cs
- MSAAWinEventWrap.cs
- DataControlLinkButton.cs
- SecurityListenerSettingsLifetimeManager.cs
- ClientSideProviderDescription.cs
- CompositeActivityMarkupSerializer.cs
- OleDbPermission.cs
- PingReply.cs
- NaturalLanguageHyphenator.cs
- BaseCollection.cs
- ComNativeDescriptor.cs
- QilSortKey.cs
- SmtpAuthenticationManager.cs
- SimplePropertyEntry.cs
- ReferencedType.cs
- PopOutPanel.cs
- ColorMap.cs
- SecurityElementBase.cs
- WindowsTooltip.cs
- InstanceHandleConflictException.cs
- _AutoWebProxyScriptHelper.cs
- UxThemeWrapper.cs
- ImageButton.cs
- MouseActionConverter.cs
- OutputCacheProfile.cs
- QuaternionValueSerializer.cs
- HuffModule.cs
- CachedFontFamily.cs
- TagMapCollection.cs
- TextParagraphView.cs
- Rules.cs
- XsltException.cs
- SqlExpressionNullability.cs
- TextWriterEngine.cs
- ConfigurationElement.cs
- WebPartDisplayModeCancelEventArgs.cs
- MonthChangedEventArgs.cs
- EventLogger.cs
- ThicknessAnimationBase.cs
- ColumnTypeConverter.cs
- RSACryptoServiceProvider.cs
- FormViewRow.cs
- DetailsViewDesigner.cs
- TimeSpanOrInfiniteConverter.cs
- AppLevelCompilationSectionCache.cs
- DataGridCell.cs
- DataServiceQueryProvider.cs
- ConfigXmlCDataSection.cs
- GridViewRowPresenterBase.cs
- DataGridViewCellStyle.cs
- XmlDeclaration.cs
- BaseCodeDomTreeGenerator.cs
- SiteMapNodeItem.cs
- DateTime.cs
- CorrelationKeyCalculator.cs
- ReachPrintTicketSerializer.cs
- ElementsClipboardData.cs
- PerformanceCounterManager.cs
- CompareValidator.cs
- ServiceMetadataBehavior.cs
- MetadataItemEmitter.cs
- __Error.cs
- XmlSchemaSimpleType.cs
- FieldDescriptor.cs
- DropShadowBitmapEffect.cs
- ThreadAttributes.cs
- ObfuscationAttribute.cs
- XamlHostingConfiguration.cs
- DispatcherOperation.cs
- TemplateNameScope.cs
- SystemIPAddressInformation.cs
- AttributeUsageAttribute.cs
- SqlDataSourceFilteringEventArgs.cs
- XmlAtomicValue.cs
- ScalarOps.cs
- StringInfo.cs
- MarshalDirectiveException.cs
- DocumentPage.cs
- ConfigurationSection.cs
- TextBoxBase.cs
- EventLogHandle.cs