Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / PropertyCollection.cs / 1305376 / PropertyCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Runtime.Serialization; ////// [Serializable] public class PropertyCollection : Hashtable { public PropertyCollection() : base() { } protected PropertyCollection(SerializationInfo info, StreamingContext context) : base(info, context) { } } //3 NOTE: This should have been named PropertyDictionary, to avoid fxcop warnings about not having strongly typed IList and ICollection implementations, but it's too late now... } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Represents a collection of properties that can be added to ///, /// , /// or . // Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Runtime.Serialization; ////// [Serializable] public class PropertyCollection : Hashtable { public PropertyCollection() : base() { } protected PropertyCollection(SerializationInfo info, StreamingContext context) : base(info, context) { } } //3 NOTE: This should have been named PropertyDictionary, to avoid fxcop warnings about not having strongly typed IList and ICollection implementations, but it's too late now... } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Represents a collection of properties that can be added to ///, /// , /// or .
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProgressBarHighlightConverter.cs
- _ConnectionGroup.cs
- MsmqAuthenticationMode.cs
- UserNameSecurityTokenParameters.cs
- ClientBuildManagerCallback.cs
- StorageAssociationTypeMapping.cs
- DesigntimeLicenseContextSerializer.cs
- DynamicControlParameter.cs
- DesignTimeTemplateParser.cs
- HeaderElement.cs
- FilterQuery.cs
- CqlLexer.cs
- XmlSchemaComplexContent.cs
- DictionaryBase.cs
- HitTestWithGeometryDrawingContextWalker.cs
- MimeTypeMapper.cs
- XmlQuerySequence.cs
- Opcode.cs
- MultiView.cs
- WebPartAuthorizationEventArgs.cs
- Property.cs
- MemoryResponseElement.cs
- CompilerTypeWithParams.cs
- AsyncInvokeContext.cs
- Trustee.cs
- TextComposition.cs
- Brush.cs
- DataGridLinkButton.cs
- PermissionSetTriple.cs
- CodeSnippetStatement.cs
- COM2PropertyBuilderUITypeEditor.cs
- XmlSortKey.cs
- BaseTemplateParser.cs
- BaseConfigurationRecord.cs
- SocketElement.cs
- PieceDirectory.cs
- WpfGeneratedKnownTypes.cs
- ObjectReaderCompiler.cs
- XMLUtil.cs
- SchemaSetCompiler.cs
- XmlNodeChangedEventManager.cs
- OutputCacheSettings.cs
- EdmSchemaAttribute.cs
- ProxyHelper.cs
- ObsoleteAttribute.cs
- ModifierKeysConverter.cs
- MsmqIntegrationReceiveParameters.cs
- DeadCharTextComposition.cs
- FrameDimension.cs
- CqlGenerator.cs
- PageBuildProvider.cs
- ObjectQueryExecutionPlan.cs
- QuaternionConverter.cs
- Compress.cs
- altserialization.cs
- CommandTreeTypeHelper.cs
- DirectoryInfo.cs
- basecomparevalidator.cs
- AnnotationMap.cs
- TextAnchor.cs
- TextDecorationCollection.cs
- PersianCalendar.cs
- DependencyProperty.cs
- MissingMemberException.cs
- WebHttpEndpoint.cs
- ButtonBaseAdapter.cs
- FormatterConverter.cs
- MutableAssemblyCacheEntry.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- SchemaImporterExtensionElement.cs
- DiffuseMaterial.cs
- HorizontalAlignConverter.cs
- SQLBoolean.cs
- HttpResponseHeader.cs
- BaseHashHelper.cs
- XmlSchemaComplexContent.cs
- CookieProtection.cs
- TimeoutHelper.cs
- AsmxEndpointPickerExtension.cs
- FullTextState.cs
- Property.cs
- StylusButton.cs
- PrintingPermissionAttribute.cs
- DataGridViewRowCancelEventArgs.cs
- XmlNodeList.cs
- InsufficientMemoryException.cs
- SafeEventLogWriteHandle.cs
- Screen.cs
- ParseElement.cs
- ProxyWebPartManager.cs
- SqlConnectionManager.cs
- FrameworkPropertyMetadata.cs
- XmlNode.cs
- ManagementEventArgs.cs
- SystemDiagnosticsSection.cs
- DecoderBestFitFallback.cs
- BinaryObjectReader.cs
- WebPartPersonalization.cs
- XmlSchemaSimpleContentExtension.cs
- ArraySegment.cs