Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SamlConditions.cs
- KeyConverter.cs
- DbConnectionOptions.cs
- FrameSecurityDescriptor.cs
- DataGridViewBindingCompleteEventArgs.cs
- UIElementAutomationPeer.cs
- Vars.cs
- FormatterConverter.cs
- ImpersonationContext.cs
- DesignerActionUIStateChangeEventArgs.cs
- _NestedSingleAsyncResult.cs
- DBNull.cs
- AllMembershipCondition.cs
- ConfigurationPropertyCollection.cs
- MenuScrollingVisibilityConverter.cs
- SingleKeyFrameCollection.cs
- SqlMethodAttribute.cs
- OracleBoolean.cs
- RectangleHotSpot.cs
- DelayedRegex.cs
- ActivityWithResultWrapper.cs
- VarInfo.cs
- ExceptionHelpers.cs
- HttpServerVarsCollection.cs
- Rethrow.cs
- TextEndOfParagraph.cs
- DataGridViewCellCollection.cs
- DelegateHelpers.cs
- NavigationProgressEventArgs.cs
- ReadOnlyHierarchicalDataSourceView.cs
- PerfService.cs
- assemblycache.cs
- PolicyAssertionCollection.cs
- ReadContentAsBinaryHelper.cs
- UserPreferenceChangingEventArgs.cs
- QilReference.cs
- DefaultDialogButtons.cs
- DefaultSerializationProviderAttribute.cs
- LicenseContext.cs
- Vector3DCollection.cs
- UndoManager.cs
- ArrangedElementCollection.cs
- MDIWindowDialog.cs
- ISessionStateStore.cs
- ListCollectionView.cs
- XmlQuerySequence.cs
- SystemResourceHost.cs
- PerformanceCounter.cs
- RangeValuePattern.cs
- RequiredFieldValidator.cs
- SiteMapSection.cs
- SafeTokenHandle.cs
- StringUtil.cs
- ButtonRenderer.cs
- FileDataSource.cs
- BlobPersonalizationState.cs
- ClientScriptManagerWrapper.cs
- WebPartConnectionsCloseVerb.cs
- PolyLineSegment.cs
- VersionedStream.cs
- PocoEntityKeyStrategy.cs
- FontDialog.cs
- CrossContextChannel.cs
- FontConverter.cs
- XmlBuffer.cs
- EncryptedKey.cs
- RayMeshGeometry3DHitTestResult.cs
- CertificateManager.cs
- FrameworkContentElement.cs
- VectorCollectionValueSerializer.cs
- DynamicValueConverter.cs
- ProxyFragment.cs
- RC2.cs
- NativeCppClassAttribute.cs
- CodeCompileUnit.cs
- TraceInternal.cs
- SyndicationDeserializer.cs
- NativeCppClassAttribute.cs
- XmlLanguage.cs
- ListDictionary.cs
- DrawingGroupDrawingContext.cs
- MatrixConverter.cs
- DataGridPageChangedEventArgs.cs
- WebPartConnectionsCancelEventArgs.cs
- RadioButtonPopupAdapter.cs
- KeyboardNavigation.cs
- HttpRequest.cs
- AlphabeticalEnumConverter.cs
- DragEvent.cs
- CommonObjectSecurity.cs
- HitTestDrawingContextWalker.cs
- ContainerParagraph.cs
- Socket.cs
- Cursors.cs
- ColumnTypeConverter.cs
- SuppressMessageAttribute.cs
- KeyValuePair.cs
- ContentElement.cs
- EditorPartDesigner.cs
- Exceptions.cs