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 / 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
- DataErrorValidationRule.cs
- SizeLimitedCache.cs
- Activator.cs
- PeerTransportListenAddressValidatorAttribute.cs
- RequestNavigateEventArgs.cs
- _ListenerRequestStream.cs
- FlowDocumentReaderAutomationPeer.cs
- ResourceManagerWrapper.cs
- AssociationSetMetadata.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SHA1Managed.cs
- QueryOperator.cs
- regiisutil.cs
- WebPartExportVerb.cs
- UpdateEventArgs.cs
- ConditionalExpression.cs
- WaitForChangedResult.cs
- ConfigXmlSignificantWhitespace.cs
- TraceXPathNavigator.cs
- Encoder.cs
- AcceptorSessionSymmetricTransportSecurityProtocol.cs
- SBCSCodePageEncoding.cs
- Byte.cs
- ButtonBase.cs
- ListViewItem.cs
- NumericExpr.cs
- MultiBindingExpression.cs
- TaskFileService.cs
- VideoDrawing.cs
- TableCellCollection.cs
- RequestQueue.cs
- HeaderCollection.cs
- PeerUnsafeNativeMethods.cs
- ProgressBarAutomationPeer.cs
- MouseButton.cs
- RangeValuePatternIdentifiers.cs
- OleDbConnectionFactory.cs
- KeyboardDevice.cs
- SqlException.cs
- PostBackOptions.cs
- FixedFlowMap.cs
- WorkflowItemPresenter.cs
- InvokePatternIdentifiers.cs
- Pen.cs
- UIPermission.cs
- HttpCapabilitiesSectionHandler.cs
- ActivityMetadata.cs
- HtmlLink.cs
- CultureInfoConverter.cs
- GiveFeedbackEvent.cs
- MouseActionConverter.cs
- XmlTextEncoder.cs
- IntegerValidator.cs
- DataGridViewComboBoxColumn.cs
- FilterQuery.cs
- FileRegion.cs
- DocumentApplicationJournalEntry.cs
- AmbientProperties.cs
- EventSinkActivity.cs
- GridViewCancelEditEventArgs.cs
- FixedSOMTableCell.cs
- PixelFormat.cs
- XhtmlBasicCalendarAdapter.cs
- MimeMultiPart.cs
- AdPostCacheSubstitution.cs
- OperatorExpressions.cs
- SignedPkcs7.cs
- WebConfigurationHostFileChange.cs
- ProfileInfo.cs
- CodeDelegateCreateExpression.cs
- PeerCollaborationPermission.cs
- WindowsPrincipal.cs
- ContentPlaceHolder.cs
- EncoderNLS.cs
- VisualBasicExpressionConverter.cs
- XsdBuilder.cs
- EUCJPEncoding.cs
- PathTooLongException.cs
- XamlSerializer.cs
- CapabilitiesUse.cs
- DurationConverter.cs
- OleStrCAMarshaler.cs
- Queue.cs
- RC2CryptoServiceProvider.cs
- ReversePositionQuery.cs
- TabControlToolboxItem.cs
- OleDbEnumerator.cs
- ContainerSelectorGlyph.cs
- ServiceHttpHandlerFactory.cs
- SelectionRangeConverter.cs
- ScriptResourceInfo.cs
- TextInfo.cs
- BindingValueChangedEventArgs.cs
- Parser.cs
- MgmtConfigurationRecord.cs
- CustomErrorCollection.cs
- SmtpNtlmAuthenticationModule.cs
- TypeSystem.cs
- ModuleConfigurationInfo.cs
- PerformanceCounterPermissionEntryCollection.cs