Code:
/ 4.0 / 4.0 / 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.] ///// 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
- Slider.cs
- XmlSchemaAttribute.cs
- ImageSource.cs
- localization.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- ServiceNameCollection.cs
- AsyncInvokeOperation.cs
- FindResponse.cs
- WorkflowInvoker.cs
- TogglePatternIdentifiers.cs
- RayHitTestParameters.cs
- MultidimensionalArrayItemReference.cs
- GenericIdentity.cs
- DiagnosticTraceRecords.cs
- OrCondition.cs
- XomlCompilerParameters.cs
- ResourceDescriptionAttribute.cs
- ObjectListField.cs
- __ConsoleStream.cs
- XmlReader.cs
- AuthenticationModulesSection.cs
- SqlRowUpdatedEvent.cs
- DocumentApplicationJournalEntry.cs
- TraceLog.cs
- PingReply.cs
- Rotation3DAnimationBase.cs
- MailFileEditor.cs
- WebMessageEncodingBindingElement.cs
- Mappings.cs
- WebPartEditorApplyVerb.cs
- TextTreeText.cs
- QilIterator.cs
- ViewManager.cs
- EmptyEnumerator.cs
- PointUtil.cs
- GenericEnumConverter.cs
- GridViewCancelEditEventArgs.cs
- AutoResizedEvent.cs
- sqlinternaltransaction.cs
- ToolBarTray.cs
- util.cs
- ContextQuery.cs
- storepermissionattribute.cs
- SafeRegistryKey.cs
- SkinBuilder.cs
- TextRangeSerialization.cs
- DataBoundControl.cs
- DependentList.cs
- DispatcherExceptionEventArgs.cs
- ProfileProvider.cs
- ConfigXmlElement.cs
- OutputCacheProfile.cs
- GeometryCombineModeValidation.cs
- filewebresponse.cs
- MouseOverProperty.cs
- BulletedListEventArgs.cs
- NativeMethods.cs
- SchemaContext.cs
- BufferBuilder.cs
- RoleManagerModule.cs
- ObjectContext.cs
- KerberosTicketHashIdentifierClause.cs
- ValidationRuleCollection.cs
- LoginCancelEventArgs.cs
- wgx_commands.cs
- TextPatternIdentifiers.cs
- SynchronizedChannelCollection.cs
- GeometryModel3D.cs
- SqlProvider.cs
- ManipulationVelocities.cs
- OracleDataAdapter.cs
- AQNBuilder.cs
- ADMembershipProvider.cs
- SecurityBindingElementImporter.cs
- CodeConstructor.cs
- XPathAncestorQuery.cs
- BoundField.cs
- XPathNodeInfoAtom.cs
- OleDbPropertySetGuid.cs
- SqlOuterApplyReducer.cs
- DataGridTable.cs
- SystemIcons.cs
- XamlDesignerSerializationManager.cs
- ViewStateModeByIdAttribute.cs
- FontWeight.cs
- XhtmlBasicLinkAdapter.cs
- ConsoleKeyInfo.cs
- ScopelessEnumAttribute.cs
- BooleanSwitch.cs
- DecodeHelper.cs
- PasswordRecovery.cs
- ThreadExceptionEvent.cs
- TraceListener.cs
- Rectangle.cs
- CanonicalizationDriver.cs
- StructuredType.cs
- HandlerWithFactory.cs
- ProvidePropertyAttribute.cs
- AnnotationComponentManager.cs
- KeyFrames.cs