Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / Triplet.cs / 1305376 / Triplet.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; [Serializable] public sealed class Triplet { public object First; public object Second; public object Third; public Triplet() { } public Triplet (object x, object y) { First = x; Second = y; } public Triplet (object x, object y, object z) { First = x; Second = y; Third = z; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InputBuffer.cs
- ISO2022Encoding.cs
- SettingsProperty.cs
- VectorAnimation.cs
- DataGridCommandEventArgs.cs
- ClientCultureInfo.cs
- MarkupObject.cs
- LocationUpdates.cs
- WebPartMenu.cs
- NamespaceMapping.cs
- COAUTHIDENTITY.cs
- HelloMessageCD1.cs
- GroupJoinQueryOperator.cs
- MexTcpBindingElement.cs
- IHttpResponseInternal.cs
- CellParagraph.cs
- Bind.cs
- CustomLineCap.cs
- WebPartChrome.cs
- Cloud.cs
- VersionedStream.cs
- SecurityContext.cs
- Util.cs
- DataContractJsonSerializerOperationFormatter.cs
- ConnectionStringSettingsCollection.cs
- RoutingConfiguration.cs
- DataGridViewCellLinkedList.cs
- SchemaImporterExtensionElement.cs
- InkCanvas.cs
- LabelAutomationPeer.cs
- DataRelationCollection.cs
- CodeCatchClauseCollection.cs
- BaseUriHelper.cs
- OdbcConnection.cs
- EntityPropertyMappingAttribute.cs
- UIElementParagraph.cs
- SafeFindHandle.cs
- SqlStream.cs
- PrintPreviewControl.cs
- CoTaskMemUnicodeSafeHandle.cs
- ContentElement.cs
- DoubleConverter.cs
- __Error.cs
- ServiceThrottle.cs
- UrlPropertyAttribute.cs
- ApplyImportsAction.cs
- PrintingPermission.cs
- RadioButtonBaseAdapter.cs
- MsdtcClusterUtils.cs
- ReadOnlyDictionary.cs
- DesignerVerb.cs
- XPathNavigatorReader.cs
- SmiMetaDataProperty.cs
- UniformGrid.cs
- GridViewAutomationPeer.cs
- ListBoxItemWrapperAutomationPeer.cs
- AuthenticationService.cs
- SoapDocumentServiceAttribute.cs
- ConstraintConverter.cs
- XmlEnumAttribute.cs
- ArithmeticLiteral.cs
- SecurityDescriptor.cs
- SqlDelegatedTransaction.cs
- SmiEventStream.cs
- LineBreakRecord.cs
- DebuggerAttributes.cs
- DialogResultConverter.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- CacheMemory.cs
- XmlnsPrefixAttribute.cs
- TemplateLookupAction.cs
- PropertyEmitterBase.cs
- CodeGeneratorOptions.cs
- ContextMenu.cs
- ItemTypeToolStripMenuItem.cs
- CustomAttribute.cs
- LogoValidationException.cs
- AllMembershipCondition.cs
- NetStream.cs
- DataGridViewElement.cs
- SqlResolver.cs
- AtomPub10CategoriesDocumentFormatter.cs
- EpmContentDeSerializerBase.cs
- NameValueFileSectionHandler.cs
- GeneralTransform3D.cs
- MimeTypeAttribute.cs
- EnumUnknown.cs
- TraceContextEventArgs.cs
- NameValueCollection.cs
- ProcessModuleCollection.cs
- BitmapFrameDecode.cs
- WebConfigurationHost.cs
- CompiledELinqQueryState.cs
- LinearKeyFrames.cs
- CommandArguments.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- ServiceDescriptions.cs
- Exceptions.cs
- ConnectionProviderAttribute.cs
- HtmlContainerControl.cs