Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- JapaneseLunisolarCalendar.cs
- shaperfactory.cs
- RegisteredArrayDeclaration.cs
- CodeAttributeArgument.cs
- XmlCompatibilityReader.cs
- CancellationHandlerDesigner.cs
- TypeGenericEnumerableViewSchema.cs
- CurrencyManager.cs
- ExecutionTracker.cs
- WindowShowOrOpenTracker.cs
- ApplicationInfo.cs
- XmlArrayItemAttributes.cs
- AdjustableArrowCap.cs
- UserPreferenceChangingEventArgs.cs
- Console.cs
- FilteredAttributeCollection.cs
- HttpDebugHandler.cs
- ServiceDeploymentInfo.cs
- DesignerTransactionCloseEvent.cs
- XmlSchemaSimpleType.cs
- RepeaterItemEventArgs.cs
- CompilerCollection.cs
- SingleAnimationUsingKeyFrames.cs
- _ShellExpression.cs
- NamespaceInfo.cs
- SBCSCodePageEncoding.cs
- AssociationEndMember.cs
- Listener.cs
- EntityDataSourceStatementEditor.cs
- XmlAttributeProperties.cs
- EncoderBestFitFallback.cs
- OracleDateTime.cs
- brushes.cs
- LoginView.cs
- TreeView.cs
- XmlSerializationReader.cs
- AppDomainManager.cs
- XmlUtil.cs
- UnsupportedPolicyOptionsException.cs
- Hashtable.cs
- _ContextAwareResult.cs
- ApplyHostConfigurationBehavior.cs
- DataMisalignedException.cs
- SecureUICommand.cs
- AVElementHelper.cs
- BindingList.cs
- SqlDependencyUtils.cs
- DataGridLinkButton.cs
- _ChunkParse.cs
- RefExpr.cs
- SingleObjectCollection.cs
- ConfigurationProperty.cs
- RichTextBox.cs
- HttpException.cs
- MsmqInputChannel.cs
- ITextView.cs
- MembershipAdapter.cs
- InplaceBitmapMetadataWriter.cs
- Substitution.cs
- EnumerableRowCollection.cs
- SqlTriggerContext.cs
- CatalogZone.cs
- Base64Decoder.cs
- DataServiceBuildProvider.cs
- WorkflowTraceTransfer.cs
- MouseBinding.cs
- XmlComment.cs
- EditorPartChrome.cs
- CapabilitiesState.cs
- ellipse.cs
- UnmanagedMarshal.cs
- propertytag.cs
- SamlAuthorityBinding.cs
- BitmapDownload.cs
- ZipIOExtraFieldPaddingElement.cs
- Vector.cs
- Guid.cs
- QueryCacheKey.cs
- SevenBitStream.cs
- FunctionParameter.cs
- MeasurementDCInfo.cs
- NonParentingControl.cs
- TreeIterators.cs
- MtomMessageEncoder.cs
- EpmSyndicationContentSerializer.cs
- ControlIdConverter.cs
- AxisAngleRotation3D.cs
- HtmlElementEventArgs.cs
- SchemaObjectWriter.cs
- ChameleonKey.cs
- StrokeRenderer.cs
- EdmItemError.cs
- DynamicActivityTypeDescriptor.cs
- HtmlElementErrorEventArgs.cs
- BindingObserver.cs
- XmlSerializableWriter.cs
- TextBoxBaseDesigner.cs
- DrawingVisual.cs
- ResourceContainer.cs
- ComUdtElement.cs