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
- StateManagedCollection.cs
- AttributeData.cs
- EntityDataSourceSelectingEventArgs.cs
- NetNamedPipeSecurityMode.cs
- RemoveFromCollection.cs
- sqlnorm.cs
- Point3DAnimationUsingKeyFrames.cs
- WebPartPersonalization.cs
- AlphabeticalEnumConverter.cs
- ReadWriteObjectLock.cs
- SaveFileDialog.cs
- SchemaEntity.cs
- InternalBase.cs
- DPCustomTypeDescriptor.cs
- BatchParser.cs
- IResourceProvider.cs
- BlurBitmapEffect.cs
- SortQuery.cs
- BulletedListEventArgs.cs
- sitestring.cs
- DeploymentExceptionMapper.cs
- MediaElement.cs
- CalendarAutoFormat.cs
- CommentEmitter.cs
- CodeGen.cs
- DBConnectionString.cs
- XmlTextReaderImpl.cs
- JournalEntryListConverter.cs
- Mapping.cs
- ScrollItemPattern.cs
- RequestCache.cs
- QilStrConcatenator.cs
- ServiceDescriptionData.cs
- SectionInformation.cs
- GeometryValueSerializer.cs
- BinaryParser.cs
- mil_sdk_version.cs
- InfoCardTrace.cs
- SafeHandles.cs
- BindingsCollection.cs
- RandomNumberGenerator.cs
- ExpressionLexer.cs
- QuerySetOp.cs
- PropertyMetadata.cs
- CodeMethodReturnStatement.cs
- ProcessHostConfigUtils.cs
- HostingEnvironment.cs
- StringConverter.cs
- HttpCachePolicyElement.cs
- DataBoundControl.cs
- PageEventArgs.cs
- PageCodeDomTreeGenerator.cs
- SqlCacheDependency.cs
- TargetControlTypeCache.cs
- DebugView.cs
- Simplifier.cs
- EventLogPermissionAttribute.cs
- ExtendedPropertyDescriptor.cs
- Exceptions.cs
- C14NUtil.cs
- DrawingCollection.cs
- XmlProcessingInstruction.cs
- MarginsConverter.cs
- GenerateScriptTypeAttribute.cs
- DataError.cs
- FillBehavior.cs
- RegisteredArrayDeclaration.cs
- ConnectorSelectionGlyph.cs
- MultipleViewProviderWrapper.cs
- SemanticResultKey.cs
- ScrollProviderWrapper.cs
- InvokeHandlers.cs
- ListBindableAttribute.cs
- ISAPIWorkerRequest.cs
- RelationshipSet.cs
- DataComponentMethodGenerator.cs
- DateTimeValueSerializer.cs
- XmlCharType.cs
- HttpConfigurationSystem.cs
- Dispatcher.cs
- SqlDataSourceCache.cs
- InputScopeAttribute.cs
- XmlNodeList.cs
- TypeInformation.cs
- EntityCommandCompilationException.cs
- DomainUpDown.cs
- ContentOperations.cs
- ExceptionUtil.cs
- IndicCharClassifier.cs
- SqlDataRecord.cs
- Point.cs
- Assembly.cs
- SchemaTableOptionalColumn.cs
- DataSourceHelper.cs
- UInt64.cs
- DataError.cs
- PrivilegeNotHeldException.cs
- AliasedSlot.cs
- SHA256.cs
- MouseWheelEventArgs.cs