Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / PropertyCollection.cs / 1 / PropertyCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Runtime.Serialization; ////// [Serializable] #if WINFSInternalOnly internal #else public #endif 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] #if WINFSInternalOnly internal #else public #endif 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
- SqlDependency.cs
- _emptywebproxy.cs
- Permission.cs
- TableRowCollection.cs
- ResourcePool.cs
- WebConvert.cs
- FileLogRecord.cs
- XmlParser.cs
- WorkflowTransactionService.cs
- Listbox.cs
- DelayedRegex.cs
- IntellisenseTextBox.cs
- RangeValidator.cs
- PrimitiveSchema.cs
- XmlEncoding.cs
- HttpSessionStateBase.cs
- XmlSerializableServices.cs
- Instrumentation.cs
- PlanCompilerUtil.cs
- SqlTypeSystemProvider.cs
- DelegatedStream.cs
- OpacityConverter.cs
- AnonymousIdentificationSection.cs
- FunctionOverloadResolver.cs
- DigestComparer.cs
- ErrorLog.cs
- PrefixQName.cs
- BinaryObjectWriter.cs
- COM2IDispatchConverter.cs
- SQlBooleanStorage.cs
- DependencyObjectProvider.cs
- CacheSection.cs
- InternalMappingException.cs
- PeerDuplexChannelListener.cs
- BitVector32.cs
- SqlDataSourceConfigureFilterForm.cs
- COSERVERINFO.cs
- PseudoWebRequest.cs
- BindToObject.cs
- HandlerBase.cs
- GZipObjectSerializer.cs
- WeakReferenceList.cs
- StoragePropertyMapping.cs
- DataGridLinkButton.cs
- HtmlControlPersistable.cs
- XmlnsCache.cs
- WsdlBuildProvider.cs
- SmtpException.cs
- CompilerLocalReference.cs
- DecoderReplacementFallback.cs
- CodeGen.cs
- StrongNameUtility.cs
- MembershipUser.cs
- MouseActionValueSerializer.cs
- Sql8ConformanceChecker.cs
- LicFileLicenseProvider.cs
- KeyInterop.cs
- RouteItem.cs
- ScriptControlDescriptor.cs
- base64Transforms.cs
- RecognizerInfo.cs
- TableDetailsCollection.cs
- LOSFormatter.cs
- ObjectQuery.cs
- Comparer.cs
- PropertyIdentifier.cs
- SqlXmlStorage.cs
- IndentedWriter.cs
- StandardBindingElementCollection.cs
- ServiceThrottle.cs
- RowToParametersTransformer.cs
- ConstructorBuilder.cs
- RelOps.cs
- OverlappedContext.cs
- DependencyPropertyValueSerializer.cs
- Ray3DHitTestResult.cs
- UdpDiscoveryEndpoint.cs
- MetadataArtifactLoaderCompositeFile.cs
- XmlText.cs
- Help.cs
- VisualStyleInformation.cs
- TransformProviderWrapper.cs
- InvalidOperationException.cs
- CreateUserWizard.cs
- XmlUrlResolver.cs
- ColorContextHelper.cs
- ExpressionContext.cs
- DataTemplate.cs
- EarlyBoundInfo.cs
- InkCollectionBehavior.cs
- CodeAttributeDeclarationCollection.cs
- MemberInfoSerializationHolder.cs
- WebResourceUtil.cs
- SessionPageStateSection.cs
- AggregateNode.cs
- ClientSideProviderDescription.cs
- WizardStepBase.cs
- BehaviorEditorPart.cs
- InvalidCastException.cs
- DataBinder.cs