Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / XmlArrayItemAttributes.cs / 1 / XmlArrayItemAttributes.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 XmlArrayItemAttributes : CollectionBase { ///[To be supplied.] ////// /// public XmlArrayItemAttribute this[int index] { get { return (XmlArrayItemAttribute)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(XmlArrayItemAttribute attribute) { return List.Add(attribute); } ///[To be supplied.] ////// /// public void Insert(int index, XmlArrayItemAttribute attribute) { List.Insert(index, attribute); } ///[To be supplied.] ////// /// public int IndexOf(XmlArrayItemAttribute attribute) { return List.IndexOf(attribute); } ///[To be supplied.] ////// /// public bool Contains(XmlArrayItemAttribute attribute) { return List.Contains(attribute); } ///[To be supplied.] ////// /// public void Remove(XmlArrayItemAttribute attribute) { List.Remove(attribute); } ///[To be supplied.] ////// /// public void CopyTo(XmlArrayItemAttribute[] array, int index) { List.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SmtpAuthenticationManager.cs
- AccessibleObject.cs
- ModifierKeysValueSerializer.cs
- ChangeConflicts.cs
- CredentialCache.cs
- ModifierKeysValueSerializer.cs
- HintTextMaxWidthConverter.cs
- StyleReferenceConverter.cs
- WorkflowTransactionOptions.cs
- Empty.cs
- RtfToXamlLexer.cs
- TypeReference.cs
- CookieProtection.cs
- XmlSchemaObjectTable.cs
- XmlLanguage.cs
- _Semaphore.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- TextSimpleMarkerProperties.cs
- ParameterCollection.cs
- ReachDocumentPageSerializer.cs
- PeerNameRecordCollection.cs
- CompositeTypefaceMetrics.cs
- AssemblyAssociatedContentFileAttribute.cs
- SrgsElementFactory.cs
- BindingOperations.cs
- XmlDocument.cs
- ListViewTableCell.cs
- WorkflowElementDialog.cs
- ResourceContainer.cs
- ComMethodElement.cs
- PresentationAppDomainManager.cs
- SystemResourceKey.cs
- HotSpot.cs
- ScrollEventArgs.cs
- HierarchicalDataTemplate.cs
- MD5.cs
- FilteredXmlReader.cs
- WebPartPersonalization.cs
- TransformerTypeCollection.cs
- XmlSerializationGeneratedCode.cs
- WeakEventTable.cs
- PointF.cs
- CodePrimitiveExpression.cs
- ColorConverter.cs
- UIElement.cs
- TimeZone.cs
- DateTimeUtil.cs
- DPCustomTypeDescriptor.cs
- NativeMethods.cs
- TagPrefixAttribute.cs
- LongValidator.cs
- LogEntrySerializer.cs
- WindowsScrollBarBits.cs
- ActionFrame.cs
- TaskHelper.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- Rethrow.cs
- _AuthenticationState.cs
- StorageEntityContainerMapping.cs
- DataGridClipboardHelper.cs
- ListViewDeletedEventArgs.cs
- TreeNode.cs
- TextTreeText.cs
- UdpChannelListener.cs
- X509ServiceCertificateAuthenticationElement.cs
- NetworkInformationPermission.cs
- SqlFactory.cs
- OracleEncoding.cs
- COM2PropertyPageUITypeConverter.cs
- FontStyle.cs
- CodeParameterDeclarationExpressionCollection.cs
- MenuItemCollectionEditorDialog.cs
- ColorMatrix.cs
- WebPartRestoreVerb.cs
- CommandField.cs
- TypeReference.cs
- DataSpaceManager.cs
- SettingsPropertyWrongTypeException.cs
- SQLDateTime.cs
- _HTTPDateParse.cs
- IRCollection.cs
- XmlAggregates.cs
- Pair.cs
- ExecutedRoutedEventArgs.cs
- XmlEntityReference.cs
- OpCellTreeNode.cs
- MimeMapping.cs
- LinqDataSourceUpdateEventArgs.cs
- ArcSegment.cs
- BaseParaClient.cs
- TypedReference.cs
- ConfigurationStrings.cs
- DecimalAnimationBase.cs
- IndicCharClassifier.cs
- HtmlControl.cs
- FontDifferentiator.cs
- AbstractExpressions.cs
- DragDeltaEventArgs.cs
- InheritablePropertyChangeInfo.cs
- UmAlQuraCalendar.cs