Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlElementAttributes.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- VariableQuery.cs
- _BaseOverlappedAsyncResult.cs
- TabletDevice.cs
- PtsContext.cs
- PathGeometry.cs
- BindingValueChangedEventArgs.cs
- FlowDocumentPageViewerAutomationPeer.cs
- BatchParser.cs
- NetworkInformationPermission.cs
- ServiceModelStringsVersion1.cs
- recordstatescratchpad.cs
- RoutedUICommand.cs
- TableItemProviderWrapper.cs
- DrawingAttributesDefaultValueFactory.cs
- CloseSequence.cs
- CodeDomConfigurationHandler.cs
- EntityDataSourceValidationException.cs
- TableRow.cs
- DropShadowBitmapEffect.cs
- SymmetricSecurityProtocol.cs
- MimeTypeAttribute.cs
- milrender.cs
- BitmapEffectDrawingContextWalker.cs
- XmlBinaryReader.cs
- CodeMemberEvent.cs
- PerformanceCounterNameAttribute.cs
- JumpPath.cs
- _NegoState.cs
- DirectoryObjectSecurity.cs
- TrimSurroundingWhitespaceAttribute.cs
- WinFormsComponentEditor.cs
- peernodeimplementation.cs
- ServiceMetadataPublishingElement.cs
- ListenerElementsCollection.cs
- LastQueryOperator.cs
- Debug.cs
- BaseUriHelper.cs
- UnauthorizedWebPart.cs
- WebPartTransformerCollection.cs
- IsolatedStoragePermission.cs
- DesignerActionGlyph.cs
- ComContractElement.cs
- SessionState.cs
- RectValueSerializer.cs
- ColorTransform.cs
- GeneralTransform3DCollection.cs
- SmiTypedGetterSetter.cs
- RNGCryptoServiceProvider.cs
- UDPClient.cs
- wpf-etw.cs
- SerializableAuthorizationContext.cs
- SchemaElement.cs
- Transform3DCollection.cs
- SourceInterpreter.cs
- UdpTransportBindingElement.cs
- HttpModulesSection.cs
- RegexStringValidatorAttribute.cs
- FileDialogPermission.cs
- SqlNamer.cs
- TextUtf8RawTextWriter.cs
- StrokeRenderer.cs
- DocumentSequence.cs
- TextRangeEdit.cs
- IntranetCredentialPolicy.cs
- CompensationDesigner.cs
- OutputCacheProfileCollection.cs
- IDReferencePropertyAttribute.cs
- PathFigureCollection.cs
- Rights.cs
- PrintPreviewControl.cs
- OracleMonthSpan.cs
- PeerCollaboration.cs
- QueryResult.cs
- IfAction.cs
- SoapInteropTypes.cs
- System.Data_BID.cs
- CustomBinding.cs
- DataServiceResponse.cs
- EntityKeyElement.cs
- AdornerLayer.cs
- DataRecordInternal.cs
- XPathChildIterator.cs
- LocalizedNameDescriptionPair.cs
- wmiutil.cs
- XsltQilFactory.cs
- InputDevice.cs
- GetPageNumberCompletedEventArgs.cs
- ScriptComponentDescriptor.cs
- XmlDataContract.cs
- ProcessManager.cs
- DataGridViewEditingControlShowingEventArgs.cs
- CustomAttributeBuilder.cs
- LineSegment.cs
- MatrixIndependentAnimationStorage.cs
- LogicalExpressionTypeConverter.cs
- TypedTableHandler.cs
- ViewGenResults.cs
- ConnectionStringsExpressionBuilder.cs
- Material.cs
- PasswordBoxAutomationPeer.cs