Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- WindowsScrollBarBits.cs
- HandlerFactoryWrapper.cs
- AutomationPropertyInfo.cs
- SrgsElementFactoryCompiler.cs
- SoapInteropTypes.cs
- LinkedList.cs
- CommandBinding.cs
- RegexParser.cs
- Style.cs
- PageBuildProvider.cs
- ContentPropertyAttribute.cs
- BitmapEffectInputData.cs
- DynamicResourceExtension.cs
- ChineseLunisolarCalendar.cs
- GroupQuery.cs
- DataServiceProviderWrapper.cs
- VisualStyleInformation.cs
- SqlClientPermission.cs
- PolyLineSegment.cs
- XmlILTrace.cs
- mediaeventargs.cs
- ClientSettingsStore.cs
- DtdParser.cs
- IIS7UserPrincipal.cs
- DataRowView.cs
- glyphs.cs
- AssemblyResourceLoader.cs
- View.cs
- EntityModelBuildProvider.cs
- AutomationEventArgs.cs
- DataSourceView.cs
- PointConverter.cs
- HatchBrush.cs
- UriParserTemplates.cs
- MediaContext.cs
- BufferBuilder.cs
- GraphicsContext.cs
- CLSCompliantAttribute.cs
- PersonalizationDictionary.cs
- IIS7ConfigurationLoader.cs
- ExpressionBindingCollection.cs
- SqlBuilder.cs
- BlurEffect.cs
- SystemUnicastIPAddressInformation.cs
- StandardMenuStripVerb.cs
- SQLDecimalStorage.cs
- DataViewListener.cs
- ping.cs
- FormatException.cs
- CommandSet.cs
- DigitShape.cs
- Span.cs
- RegexParser.cs
- MessagePartProtectionMode.cs
- RuntimeEnvironment.cs
- DataColumnChangeEvent.cs
- MetadataUtil.cs
- BufferedStream.cs
- XmlSchemaDatatype.cs
- StaticExtensionConverter.cs
- UrlPath.cs
- ByteAnimationBase.cs
- printdlgexmarshaler.cs
- DesignSurfaceServiceContainer.cs
- DataGridLinkButton.cs
- UInt32.cs
- ImportOptions.cs
- CodeDirectionExpression.cs
- SystemWebSectionGroup.cs
- AdornerLayer.cs
- CompletionProxy.cs
- ContentDesigner.cs
- MenuAdapter.cs
- WriteableOnDemandStream.cs
- CodeVariableDeclarationStatement.cs
- ToolStripItemImageRenderEventArgs.cs
- LocalizedNameDescriptionPair.cs
- PtsPage.cs
- SizeKeyFrameCollection.cs
- GcHandle.cs
- WebPartActionVerb.cs
- ParsedAttributeCollection.cs
- XPathBuilder.cs
- DispatcherHooks.cs
- XmlSchemaCompilationSettings.cs
- ControlAdapter.cs
- WindowsSecurityToken.cs
- TransformCryptoHandle.cs
- StructuralCache.cs
- DesignerSerializationVisibilityAttribute.cs
- DiscreteKeyFrames.cs
- XmlAttributes.cs
- SByteStorage.cs
- ConnectionStringsExpressionEditor.cs
- UInt64Storage.cs
- TrackingMemoryStream.cs
- UmAlQuraCalendar.cs
- Transaction.cs
- OdbcParameter.cs
- FixedDocumentSequencePaginator.cs