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
- PropertySegmentSerializationProvider.cs
- SafeEventLogWriteHandle.cs
- ModelProperty.cs
- SmtpFailedRecipientsException.cs
- ReferenceSchema.cs
- ClientUIRequest.cs
- Vector3DConverter.cs
- InkCanvasFeedbackAdorner.cs
- CompModHelpers.cs
- DataListItemCollection.cs
- EncryptedPackage.cs
- XmlSchemaImporter.cs
- BufferModeSettings.cs
- SimpleHandlerFactory.cs
- ChineseLunisolarCalendar.cs
- ButtonAutomationPeer.cs
- DependencySource.cs
- HttpModulesSection.cs
- Queue.cs
- DeviceContext2.cs
- TemplateBuilder.cs
- ThemeDirectoryCompiler.cs
- WebPartDescription.cs
- StyleSelector.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- PassportAuthenticationEventArgs.cs
- IncrementalReadDecoders.cs
- PatternMatchRules.cs
- SlipBehavior.cs
- Table.cs
- SystemWebCachingSectionGroup.cs
- GPRECTF.cs
- _PooledStream.cs
- Util.cs
- HttpHandlerAction.cs
- DataGridViewHitTestInfo.cs
- PrintDialog.cs
- ExcCanonicalXml.cs
- BackStopAuthenticationModule.cs
- ModuleElement.cs
- HwndStylusInputProvider.cs
- OracleConnectionString.cs
- MethodExecutor.cs
- ButtonAutomationPeer.cs
- AuthenticatedStream.cs
- CollectionEditVerbManager.cs
- codemethodreferenceexpression.cs
- WindowsFont.cs
- X500Name.cs
- DataRelationPropertyDescriptor.cs
- TraceContextRecord.cs
- xamlnodes.cs
- CollectionEditorDialog.cs
- DBSqlParserColumn.cs
- LayoutTableCell.cs
- MDIClient.cs
- NameTable.cs
- IndexingContentUnit.cs
- EntityTypeEmitter.cs
- Attributes.cs
- SspiSecurityToken.cs
- RepeaterItemCollection.cs
- TableProviderWrapper.cs
- SelectingProviderEventArgs.cs
- OrderedHashRepartitionEnumerator.cs
- StatusBar.cs
- NotifyInputEventArgs.cs
- ReservationCollection.cs
- ImportRequest.cs
- Query.cs
- Parsers.cs
- CompiledELinqQueryState.cs
- XPathExpr.cs
- ActiveDesignSurfaceEvent.cs
- basecomparevalidator.cs
- XsltSettings.cs
- SoapProtocolReflector.cs
- PreviewKeyDownEventArgs.cs
- QualificationDataAttribute.cs
- FontEmbeddingManager.cs
- StringInfo.cs
- DocumentPageViewAutomationPeer.cs
- DatePickerTextBox.cs
- HtmlDocument.cs
- LinqToSqlWrapper.cs
- TransformerInfoCollection.cs
- RawMouseInputReport.cs
- CodeLinePragma.cs
- CodeCompiler.cs
- PeerChannelFactory.cs
- MarginsConverter.cs
- oledbmetadatacolumnnames.cs
- CurrencyManager.cs
- CompilerInfo.cs
- ForAllOperator.cs
- ThousandthOfEmRealDoubles.cs
- ToolStripLocationCancelEventArgs.cs
- RecordBuilder.cs
- InvariantComparer.cs
- DefaultPropertiesToSend.cs