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
- SemaphoreFullException.cs
- TimeSpan.cs
- XmlQueryOutput.cs
- UnknownMessageReceivedEventArgs.cs
- AQNBuilder.cs
- NavigationHelper.cs
- InstanceData.cs
- OleTxTransaction.cs
- DataColumn.cs
- IDReferencePropertyAttribute.cs
- HTTPNotFoundHandler.cs
- MdiWindowListItemConverter.cs
- TreeViewDesigner.cs
- NetworkCredential.cs
- EventWaitHandleSecurity.cs
- BrushConverter.cs
- NonVisualControlAttribute.cs
- NetworkCredential.cs
- filewebresponse.cs
- FontFamilyValueSerializer.cs
- PersistenceProviderBehavior.cs
- DecoderBestFitFallback.cs
- MD5CryptoServiceProvider.cs
- Label.cs
- QueryExtender.cs
- SqlCrossApplyToCrossJoin.cs
- RtfFormatStack.cs
- PropertyFilterAttribute.cs
- ExtendedTransformFactory.cs
- TextFormatterHost.cs
- ToolStripItemRenderEventArgs.cs
- PagePropertiesChangingEventArgs.cs
- TrackingMemoryStream.cs
- XmlRawWriter.cs
- ChannelDispatcherBase.cs
- DataGridViewRowPrePaintEventArgs.cs
- HtmlElementEventArgs.cs
- CheckBoxFlatAdapter.cs
- TouchesCapturedWithinProperty.cs
- FutureFactory.cs
- TextProperties.cs
- HtmlElementCollection.cs
- InlineUIContainer.cs
- DataTemplate.cs
- InvalidAsynchronousStateException.cs
- ReadOnlyDictionary.cs
- WorkflowStateRollbackService.cs
- Suspend.cs
- MergeFailedEvent.cs
- StringWriter.cs
- DocumentScope.cs
- ControlValuePropertyAttribute.cs
- CapabilitiesAssignment.cs
- EndpointConfigContainer.cs
- AccessorTable.cs
- TextEditorCharacters.cs
- Literal.cs
- EventProvider.cs
- ResourceDescriptionAttribute.cs
- FixedSOMPageConstructor.cs
- ModelUIElement3D.cs
- PreviewPageInfo.cs
- LastQueryOperator.cs
- EditingContext.cs
- Pair.cs
- DataGridViewRowStateChangedEventArgs.cs
- TextPattern.cs
- WindowsRichEdit.cs
- HMACRIPEMD160.cs
- Application.cs
- CellTreeNodeVisitors.cs
- PagerSettings.cs
- GCHandleCookieTable.cs
- TextProviderWrapper.cs
- VisualStateManager.cs
- EventDescriptor.cs
- COAUTHIDENTITY.cs
- FileCodeGroup.cs
- LineGeometry.cs
- CryptoProvider.cs
- IncrementalHitTester.cs
- ExtenderControl.cs
- XmlMapping.cs
- WpfPayload.cs
- MessageEventSubscriptionService.cs
- SqlTriggerAttribute.cs
- CompleteWizardStep.cs
- EventLogPermissionEntry.cs
- Figure.cs
- MatrixIndependentAnimationStorage.cs
- GridItemProviderWrapper.cs
- DataPager.cs
- ArraySegment.cs
- SpellerError.cs
- ResourceManagerWrapper.cs
- DeploymentSection.cs
- PerformanceCounter.cs
- SimpleWebHandlerParser.cs
- CharStorage.cs
- XmlCharacterData.cs