Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- CodeDefaultValueExpression.cs
- WebSysDescriptionAttribute.cs
- TypeUtil.cs
- InlinedAggregationOperatorEnumerator.cs
- EncodingNLS.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- TargetParameterCountException.cs
- StringArrayConverter.cs
- ObjectSet.cs
- BamlWriter.cs
- SymmetricAlgorithm.cs
- CompModSwitches.cs
- FilterQuery.cs
- EventPropertyMap.cs
- DataTrigger.cs
- SafeMILHandle.cs
- CfgParser.cs
- XmlTypeAttribute.cs
- EdmScalarPropertyAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- PathSegment.cs
- Baml2006Reader.cs
- DrawingVisualDrawingContext.cs
- AssemblyEvidenceFactory.cs
- ColumnMapProcessor.cs
- BuildResult.cs
- Group.cs
- ExceptionUtil.cs
- XpsPackagingException.cs
- SettingsPropertyValue.cs
- ToolStripOverflow.cs
- FrameworkTextComposition.cs
- ResourcesBuildProvider.cs
- AllMembershipCondition.cs
- Vector3DCollectionConverter.cs
- WindowsGraphicsWrapper.cs
- ExpressionPrinter.cs
- CmsInterop.cs
- WebPartActionVerb.cs
- StaticFileHandler.cs
- CustomExpression.cs
- TextBoxBase.cs
- MenuItemAutomationPeer.cs
- DurableRuntimeValidator.cs
- BaseCodeDomTreeGenerator.cs
- TagPrefixCollection.cs
- EntitySqlException.cs
- ResourceReferenceExpression.cs
- DbDeleteCommandTree.cs
- EnumerableCollectionView.cs
- IncrementalHitTester.cs
- SQLInt64.cs
- DataRecordInternal.cs
- DoubleKeyFrameCollection.cs
- SynchronousReceiveBehavior.cs
- FieldMetadata.cs
- Triangle.cs
- SafeRightsManagementPubHandle.cs
- FileClassifier.cs
- SqlClientFactory.cs
- FlowDocumentPageViewerAutomationPeer.cs
- MatrixTransform3D.cs
- CriticalExceptions.cs
- AspNetCacheProfileAttribute.cs
- NativeMethods.cs
- MemoryResponseElement.cs
- TemplateField.cs
- ActiveXMessageFormatter.cs
- IPHostEntry.cs
- Inflater.cs
- ProtocolState.cs
- ToolboxBitmapAttribute.cs
- ImageSourceValueSerializer.cs
- ValueTypeFixupInfo.cs
- DiagnosticsConfigurationHandler.cs
- AppDomain.cs
- LogPolicy.cs
- basenumberconverter.cs
- Common.cs
- AtomServiceDocumentSerializer.cs
- Rotation3DAnimation.cs
- SplineKeyFrames.cs
- DataTableNewRowEvent.cs
- SQLMoneyStorage.cs
- HttpResponseHeader.cs
- GroupByQueryOperator.cs
- OleStrCAMarshaler.cs
- DataListItemCollection.cs
- ItemContainerGenerator.cs
- VisualBrush.cs
- NullReferenceException.cs
- XmlAttributeHolder.cs
- ReadOnlyHierarchicalDataSource.cs
- TypeBuilderInstantiation.cs
- Message.cs
- CompareInfo.cs
- VirtualPathData.cs
- ExpandCollapseProviderWrapper.cs
- XslAstAnalyzer.cs
- JsonFormatWriterGenerator.cs