Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlAnyElementAttributes.cs / 1305376 / 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
- WebPartMenu.cs
- DefaultPropertyAttribute.cs
- RemotingServices.cs
- WebScriptServiceHost.cs
- RectangleConverter.cs
- DataControlImageButton.cs
- XmlSchemaCollection.cs
- UnsafeNativeMethods.cs
- TdsRecordBufferSetter.cs
- TextMarkerSource.cs
- SqlConnectionHelper.cs
- HttpApplicationFactory.cs
- TileModeValidation.cs
- GPRECT.cs
- ToolStripDesigner.cs
- InstanceKeyCompleteException.cs
- TrackPointCollection.cs
- InvalidOperationException.cs
- TranslateTransform.cs
- DataGridCaption.cs
- DataException.cs
- Update.cs
- ObjectNotFoundException.cs
- SpeechAudioFormatInfo.cs
- FileDetails.cs
- TerminateSequenceResponse.cs
- StyleBamlTreeBuilder.cs
- TypeLoadException.cs
- CompressionTransform.cs
- RowVisual.cs
- ReadOnlyHierarchicalDataSourceView.cs
- WebPartConnectionsCancelVerb.cs
- TreeView.cs
- Rotation3DAnimation.cs
- RegistryHandle.cs
- ProviderCommandInfoUtils.cs
- DescendantBaseQuery.cs
- SmtpCommands.cs
- ResourcesBuildProvider.cs
- EmptyEnumerator.cs
- DataTrigger.cs
- BoolLiteral.cs
- FlowStep.cs
- ResourceExpressionBuilder.cs
- DragCompletedEventArgs.cs
- ServiceDesigner.xaml.cs
- XmlReader.cs
- HostExecutionContextManager.cs
- CacheAxisQuery.cs
- DataGridParentRows.cs
- TimeoutException.cs
- Vector.cs
- RadioButtonPopupAdapter.cs
- FileReader.cs
- NativeDirectoryServicesQueryAPIs.cs
- TextBox.cs
- HelpInfo.cs
- SerializationFieldInfo.cs
- TextTreeFixupNode.cs
- AutomationElementIdentifiers.cs
- DetailsViewRowCollection.cs
- DataServiceRequest.cs
- FrameSecurityDescriptor.cs
- DecimalAnimationBase.cs
- SingleAnimationUsingKeyFrames.cs
- SqlServices.cs
- ProfileService.cs
- UnicodeEncoding.cs
- ModelPropertyImpl.cs
- RelationshipWrapper.cs
- ErrorProvider.cs
- XsltException.cs
- GuidConverter.cs
- EntityContainerEmitter.cs
- DataGridViewImageColumn.cs
- IncrementalHitTester.cs
- TemplateParser.cs
- xdrvalidator.cs
- SmiTypedGetterSetter.cs
- GacUtil.cs
- Rights.cs
- ResumeStoryboard.cs
- ReadOnlyAttribute.cs
- StreamInfo.cs
- CompressionTracing.cs
- NetDataContractSerializer.cs
- ViewUtilities.cs
- ReliabilityContractAttribute.cs
- X509CertificateRecipientClientCredential.cs
- PieceDirectory.cs
- UpdateProgress.cs
- VoiceInfo.cs
- ObjectDataSourceChooseMethodsPanel.cs
- DelegateSerializationHolder.cs
- ClientTargetSection.cs
- EntityParameterCollection.cs
- ContextProperty.cs
- DataGridViewToolTip.cs
- SEHException.cs
- securitycriticaldataClass.cs