Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ObjectConverter.cs
- TraceRecord.cs
- TextEndOfLine.cs
- NativeMethods.cs
- StylusPlugin.cs
- MaskedTextProvider.cs
- QueryOutputWriter.cs
- SimpleHandlerBuildProvider.cs
- SessionStateUtil.cs
- ActiveXContainer.cs
- SqlBulkCopyColumnMappingCollection.cs
- Constraint.cs
- NegotiationTokenProvider.cs
- WebPartAddingEventArgs.cs
- ImplicitInputBrush.cs
- DeflateStreamAsyncResult.cs
- HyperLink.cs
- DataBinder.cs
- formatter.cs
- TextBlockAutomationPeer.cs
- RNGCryptoServiceProvider.cs
- InputProcessorProfilesLoader.cs
- DataChangedEventManager.cs
- ErasingStroke.cs
- EmptyEnumerable.cs
- WebServiceFault.cs
- CodePrimitiveExpression.cs
- ExpanderAutomationPeer.cs
- BlurBitmapEffect.cs
- COM2IPerPropertyBrowsingHandler.cs
- XmlElementAttribute.cs
- MemoryRecordBuffer.cs
- BitmapEffectGeneralTransform.cs
- ProfileBuildProvider.cs
- CodeCompileUnit.cs
- QueryReaderSettings.cs
- SqlFileStream.cs
- BrowserCapabilitiesFactory35.cs
- NativeMethods.cs
- Vertex.cs
- SQLDecimal.cs
- WorkflowClientDeliverMessageWrapper.cs
- FieldReference.cs
- AudioStateChangedEventArgs.cs
- PersistencePipeline.cs
- Aggregates.cs
- XPathItem.cs
- MetadataItemEmitter.cs
- ControlBuilder.cs
- UnorderedHashRepartitionStream.cs
- XmlSchemaExporter.cs
- MethodCallExpression.cs
- NameValueConfigurationCollection.cs
- FrameworkContentElementAutomationPeer.cs
- XmlSerializationWriter.cs
- DataTemplateKey.cs
- CollectionViewGroupInternal.cs
- PropertyPath.cs
- DataPagerFieldItem.cs
- _Semaphore.cs
- MemberDescriptor.cs
- CustomAttribute.cs
- AuthenticationSection.cs
- InputDevice.cs
- IsolatedStorageFileStream.cs
- ProofTokenCryptoHandle.cs
- SafeWaitHandle.cs
- LogExtentCollection.cs
- Graphics.cs
- EncoderNLS.cs
- FontFamily.cs
- RemotingException.cs
- TypeDescriptorContext.cs
- UnitySerializationHolder.cs
- SQLCharsStorage.cs
- XPathDescendantIterator.cs
- IApplicationTrustManager.cs
- DataExchangeServiceBinder.cs
- EventSourceCreationData.cs
- TerminatorSinks.cs
- SqlDataSourceView.cs
- LabelDesigner.cs
- PropertyPath.cs
- TraceUtils.cs
- ManipulationPivot.cs
- DataFormat.cs
- QueueProcessor.cs
- HtmlSelectionListAdapter.cs
- Queue.cs
- LicenseManager.cs
- TextWriterTraceListener.cs
- ThaiBuddhistCalendar.cs
- AudioFileOut.cs
- DbConnectionStringBuilder.cs
- Site.cs
- MouseDevice.cs
- TextElement.cs
- DocobjHost.cs
- TerminatorSinks.cs
- MsmqIntegrationAppDomainProtocolHandler.cs