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
- MediaElement.cs
- ObfuscateAssemblyAttribute.cs
- SystemWebSectionGroup.cs
- SpellerInterop.cs
- BitmapScalingModeValidation.cs
- COMException.cs
- ImageMapEventArgs.cs
- XMLUtil.cs
- SqlClientFactory.cs
- XmlSchemaSimpleType.cs
- ChtmlSelectionListAdapter.cs
- CapabilitiesState.cs
- FamilyTypeface.cs
- CqlWriter.cs
- SamlNameIdentifierClaimResource.cs
- SettingsAttributeDictionary.cs
- NetworkInformationException.cs
- NavigateEvent.cs
- NullExtension.cs
- HeaderedContentControl.cs
- DataMemberAttribute.cs
- NamespaceQuery.cs
- Schema.cs
- SHA1CryptoServiceProvider.cs
- OutputWindow.cs
- ExpandableObjectConverter.cs
- autovalidator.cs
- MailAddress.cs
- VectorKeyFrameCollection.cs
- UserThread.cs
- CommonObjectSecurity.cs
- XmlReader.cs
- ConfigurationSectionCollection.cs
- TextViewBase.cs
- XmlCustomFormatter.cs
- XsdDateTime.cs
- NameValueCache.cs
- GPRECT.cs
- ProfileProvider.cs
- XmlSchemaParticle.cs
- SQlBooleanStorage.cs
- HttpWebRequest.cs
- PerformanceCounters.cs
- WindowsBrush.cs
- RelatedCurrencyManager.cs
- EntityException.cs
- EllipseGeometry.cs
- xdrvalidator.cs
- CalendarTable.cs
- OleDbException.cs
- IsolationInterop.cs
- WorkflowTraceTransfer.cs
- List.cs
- QueryOpcode.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- HMACSHA512.cs
- RpcAsyncResult.cs
- BulletDecorator.cs
- OdbcHandle.cs
- formatter.cs
- TimeSpanValidator.cs
- SqlDataSourceConnectionPanel.cs
- Constants.cs
- DropShadowBitmapEffect.cs
- NavigationFailedEventArgs.cs
- WindowsScrollBarBits.cs
- CharacterMetrics.cs
- UnsafeNativeMethods.cs
- DockPanel.cs
- DataDocumentXPathNavigator.cs
- ApplicationServiceHelper.cs
- AssemblyResourceLoader.cs
- ResponseBodyWriter.cs
- TabItemAutomationPeer.cs
- XPathArrayIterator.cs
- WindowsMenu.cs
- DbBuffer.cs
- ResetableIterator.cs
- HashCodeCombiner.cs
- EdmFunctions.cs
- DesignTimeDataBinding.cs
- SchemaTableOptionalColumn.cs
- SoapServerMethod.cs
- CodeParameterDeclarationExpression.cs
- ProviderUtil.cs
- CalendarButton.cs
- AssemblySettingAttributes.cs
- DefaultWorkflowSchedulerService.cs
- DocumentGrid.cs
- Size3D.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- XmlLanguage.cs
- QuotedStringWriteStateInfo.cs
- FaultReason.cs
- GeneralTransform3D.cs
- AccessibleObject.cs
- X509AsymmetricSecurityKey.cs
- RequestStatusBarUpdateEventArgs.cs
- NetDataContractSerializer.cs
- TextBoxLine.cs