Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlAnyElementAttributes.cs / 1305376 / 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
- BasePattern.cs
- GrammarBuilderRuleRef.cs
- Html32TextWriter.cs
- ContextMenu.cs
- GridViewCommandEventArgs.cs
- QueryStringConverter.cs
- ContainerControl.cs
- WizardPanel.cs
- CompileLiteralTextParser.cs
- PolicyFactory.cs
- XmlHierarchicalEnumerable.cs
- ExpressionsCollectionEditor.cs
- xdrvalidator.cs
- StatusBarPanelClickEvent.cs
- RealizationContext.cs
- TextSerializer.cs
- ListItemCollection.cs
- ValueTypeFixupInfo.cs
- CustomPopupPlacement.cs
- DispatcherHookEventArgs.cs
- TypeSystem.cs
- MimeParameter.cs
- QueueProcessor.cs
- OperationContextScope.cs
- PaintValueEventArgs.cs
- Track.cs
- ImportCatalogPart.cs
- CodeAttributeDeclaration.cs
- SchemaNamespaceManager.cs
- BamlBinaryReader.cs
- AlternateViewCollection.cs
- AnimationStorage.cs
- MailWebEventProvider.cs
- SQLGuidStorage.cs
- httpserverutility.cs
- Span.cs
- ServiceOperation.cs
- ScrollViewer.cs
- ToolStripActionList.cs
- GenericTextProperties.cs
- ActivityExecutorOperation.cs
- UserControlBuildProvider.cs
- Listbox.cs
- WindowsComboBox.cs
- OletxDependentTransaction.cs
- OutgoingWebRequestContext.cs
- TreeNodeCollectionEditor.cs
- BinaryFormatterWriter.cs
- ProfileSettings.cs
- HasCopySemanticsAttribute.cs
- DataControlPagerLinkButton.cs
- ContainerUIElement3D.cs
- JsonReader.cs
- ClientUtils.cs
- List.cs
- SimpleBitVector32.cs
- Encoding.cs
- XmlSchemaObjectCollection.cs
- SQLMoney.cs
- DesignerActionMethodItem.cs
- VisualBasicSettingsConverter.cs
- ScaleTransform.cs
- HtmlElementEventArgs.cs
- returneventsaver.cs
- AssertUtility.cs
- ThreadAbortException.cs
- DataKey.cs
- BitmapFrameEncode.cs
- SchemaImporterExtensionElementCollection.cs
- COAUTHIDENTITY.cs
- ValidationError.cs
- ToolStripButton.cs
- MessageBox.cs
- TemplateFactory.cs
- QueueAccessMode.cs
- EditorZoneBase.cs
- TriggerBase.cs
- RawStylusActions.cs
- FontDialog.cs
- AbandonedMutexException.cs
- CodeIndexerExpression.cs
- XmlSchemaSequence.cs
- FileUtil.cs
- SHA384Managed.cs
- SmtpReplyReader.cs
- ByteStack.cs
- bidPrivateBase.cs
- SimpleHandlerBuildProvider.cs
- SQLInt64.cs
- XmlSchemaRedefine.cs
- DurationConverter.cs
- BitmapMetadataEnumerator.cs
- TransformPatternIdentifiers.cs
- PrefixHandle.cs
- PerformanceCountersElement.cs
- AssemblyName.cs
- WebPart.cs
- XmlSchemaRedefine.cs
- ChangePasswordDesigner.cs
- ByteStreamGeometryContext.cs