Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / Pair.cs / 1 / Pair.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Serializable] public sealed class Pair { public object First; public object Second; public Pair () { } public Pair (object x, object y) { First = x; Second = y; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Serializable] public sealed class Pair { public object First; public object Second; public Pair () { } public Pair (object x, object y) { First = x; Second = y; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DeflateEmulationStream.cs
- WindowsListViewGroupHelper.cs
- PerfCounters.cs
- LinqDataSourceStatusEventArgs.cs
- _DisconnectOverlappedAsyncResult.cs
- PersonalizationDictionary.cs
- BeginEvent.cs
- Quaternion.cs
- OpenFileDialog.cs
- DesignerView.xaml.cs
- ToolstripProfessionalRenderer.cs
- SamlAuthorizationDecisionStatement.cs
- SimpleMailWebEventProvider.cs
- WindowsGraphicsCacheManager.cs
- DataGridViewRowCollection.cs
- RoleManagerEventArgs.cs
- GeneralTransform3DTo2DTo3D.cs
- EntityCommandDefinition.cs
- BinaryObjectInfo.cs
- PropertyFilterAttribute.cs
- FacetValueContainer.cs
- InternalBufferManager.cs
- ByteAnimation.cs
- SolidBrush.cs
- DesignerView.Commands.cs
- XmlDesignerDataSourceView.cs
- Adorner.cs
- WmfPlaceableFileHeader.cs
- BitmapMetadata.cs
- WorkflowTraceTransfer.cs
- RankException.cs
- mactripleDES.cs
- SpellerError.cs
- UICuesEvent.cs
- AudioStateChangedEventArgs.cs
- ExcludeFromCodeCoverageAttribute.cs
- FileDataSourceCache.cs
- ZipIOExtraFieldZip64Element.cs
- ProfileManager.cs
- FusionWrap.cs
- milexports.cs
- Stopwatch.cs
- BaseCodePageEncoding.cs
- StandardOleMarshalObject.cs
- SimpleBitVector32.cs
- SafeCryptoHandles.cs
- TextEffectResolver.cs
- Geometry3D.cs
- DelegatingTypeDescriptionProvider.cs
- Profiler.cs
- WebRequest.cs
- SafeCryptoHandles.cs
- XD.cs
- ActiveXSite.cs
- TraceContext.cs
- UIPermission.cs
- StoragePropertyMapping.cs
- CommonXSendMessage.cs
- CommandConverter.cs
- CharacterBufferReference.cs
- LassoHelper.cs
- AuthenticationModuleElement.cs
- WebBrowserProgressChangedEventHandler.cs
- TextContainerHelper.cs
- CollectionContainer.cs
- SqlInternalConnectionTds.cs
- FormsAuthenticationConfiguration.cs
- MsmqInputMessage.cs
- OleDbRowUpdatingEvent.cs
- InternalPolicyElement.cs
- DataStreamFromComStream.cs
- AttachInfo.cs
- ApplicationSecurityManager.cs
- DataError.cs
- PasswordBoxAutomationPeer.cs
- SortFieldComparer.cs
- MenuItem.cs
- bidPrivateBase.cs
- WebServiceData.cs
- ElementUtil.cs
- XPathNodePointer.cs
- DtdParser.cs
- FontFamily.cs
- BaseValidatorDesigner.cs
- CacheAxisQuery.cs
- HtmlTableCellCollection.cs
- CollectionViewGroupRoot.cs
- RIPEMD160Managed.cs
- XPathScanner.cs
- CaseInsensitiveHashCodeProvider.cs
- MsmqPoisonMessageException.cs
- CultureTableRecord.cs
- DataFormats.cs
- SessionPageStatePersister.cs
- SystemException.cs
- TraceHwndHost.cs
- GridViewRowCollection.cs
- SafeTimerHandle.cs
- EventHandlerList.cs
- DynamicValueConverter.cs