Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / ReturnValue.cs / 1 / ReturnValue.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; namespace System.Data.EntityModel.SchemaObjectModel { ////// Summary description for ReturnValue. /// internal sealed class ReturnValue{ #region Instance Fields private bool _succeeded = false; private T _value = default(T); #endregion /// /// /// internal ReturnValue() { } ////// /// internal bool Succeeded { get { return _succeeded; } } ////// /// internal T Value { get { return _value; } set { _value = value; _succeeded = true; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; namespace System.Data.EntityModel.SchemaObjectModel { ////// Summary description for ReturnValue. /// internal sealed class ReturnValue{ #region Instance Fields private bool _succeeded = false; private T _value = default(T); #endregion /// /// /// internal ReturnValue() { } ////// /// internal bool Succeeded { get { return _succeeded; } } ////// /// internal T Value { get { return _value; } set { _value = value; _succeeded = true; } } } } // 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
- ListViewEditEventArgs.cs
- Matrix3DStack.cs
- XamlTemplateSerializer.cs
- CodeThrowExceptionStatement.cs
- FollowerQueueCreator.cs
- ProxyWebPartConnectionCollection.cs
- SharedPersonalizationStateInfo.cs
- CheckPair.cs
- VisualStyleRenderer.cs
- Expressions.cs
- DrawTreeNodeEventArgs.cs
- ProfileSettings.cs
- RightsManagementEncryptedStream.cs
- GridViewUpdatedEventArgs.cs
- x509store.cs
- UnknownBitmapDecoder.cs
- FileChangesMonitor.cs
- DbConnectionOptions.cs
- ModuleBuilderData.cs
- OutputCacheProfile.cs
- WebPartDescription.cs
- ContainerUtilities.cs
- Currency.cs
- RtfControls.cs
- CachingHintValidation.cs
- UnsafeNativeMethods.cs
- ConditionValidator.cs
- MouseCaptureWithinProperty.cs
- XmlSchemaChoice.cs
- XmlAtomicValue.cs
- TrustManager.cs
- XPathAncestorQuery.cs
- PersonalizationStateInfo.cs
- Size3D.cs
- ChildTable.cs
- AccessDataSourceDesigner.cs
- BinaryCommonClasses.cs
- ValuePattern.cs
- OutgoingWebResponseContext.cs
- ASCIIEncoding.cs
- DataViewSettingCollection.cs
- InsufficientMemoryException.cs
- KeySplineConverter.cs
- WindowsSecurityTokenAuthenticator.cs
- ConfigurationSection.cs
- MergeFailedEvent.cs
- NaturalLanguageHyphenator.cs
- VoiceInfo.cs
- SpotLight.cs
- BaseCAMarshaler.cs
- ToolStripMenuItem.cs
- CompiledQueryCacheEntry.cs
- ViewBox.cs
- Translator.cs
- PixelFormat.cs
- HtmlGenericControl.cs
- ScrollProperties.cs
- Barrier.cs
- CommandConverter.cs
- X509Certificate2.cs
- FixedStringLookup.cs
- PropertyValue.cs
- ListViewUpdateEventArgs.cs
- InvalidPrinterException.cs
- CacheDict.cs
- HttpStaticObjectsCollectionWrapper.cs
- UniqueCodeIdentifierScope.cs
- KeyFrames.cs
- Sentence.cs
- WmpBitmapEncoder.cs
- SystemGatewayIPAddressInformation.cs
- IntSecurity.cs
- FileVersion.cs
- DataListItem.cs
- PointAnimationUsingPath.cs
- ExpandSegmentCollection.cs
- ISAPIWorkerRequest.cs
- ContentFileHelper.cs
- FileChangesMonitor.cs
- MaskedTextBox.cs
- InvokePattern.cs
- TransportContext.cs
- RecognizerStateChangedEventArgs.cs
- ControllableStoryboardAction.cs
- X509CertificateStore.cs
- AnimatedTypeHelpers.cs
- TextRange.cs
- TreeChangeInfo.cs
- Rotation3D.cs
- SelectedGridItemChangedEvent.cs
- IDQuery.cs
- DateTimeStorage.cs
- AnnotationObservableCollection.cs
- configsystem.cs
- Win32.cs
- InvalidOleVariantTypeException.cs
- URIFormatException.cs
- XmlSchemaDocumentation.cs
- ContextDataSource.cs
- DefaultEventAttribute.cs