Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- TemplatePropertyEntry.cs
- CursorEditor.cs
- SingleKeyFrameCollection.cs
- BufferedReadStream.cs
- FlowDocumentFormatter.cs
- RegexCompiler.cs
- Int64Animation.cs
- TrackingStringDictionary.cs
- Byte.cs
- SelectorItemAutomationPeer.cs
- NegatedConstant.cs
- ControlHelper.cs
- InputQueueChannel.cs
- HttpProfileBase.cs
- WebPartManagerInternals.cs
- wmiprovider.cs
- ResourceAssociationSet.cs
- brushes.cs
- ComponentCollection.cs
- GestureRecognitionResult.cs
- x509utils.cs
- WebConfigManager.cs
- DataGridViewHeaderCell.cs
- ClientFormsIdentity.cs
- PrimitiveType.cs
- ScriptMethodAttribute.cs
- ControlCollection.cs
- WebPartAuthorizationEventArgs.cs
- XamlTreeBuilderBamlRecordWriter.cs
- SlipBehavior.cs
- VisualBasicReference.cs
- WebPartEditorApplyVerb.cs
- xdrvalidator.cs
- FileDialogCustomPlacesCollection.cs
- VisualProxy.cs
- EntityCommandDefinition.cs
- FixedSOMElement.cs
- AdobeCFFWrapper.cs
- Utils.cs
- Evaluator.cs
- CompositeDataBoundControl.cs
- SystemSounds.cs
- SqlLiftWhereClauses.cs
- ListChangedEventArgs.cs
- SequentialUshortCollection.cs
- RelationshipConstraintValidator.cs
- ProbeRequestResponseAsyncResult.cs
- SizeAnimationBase.cs
- TabRenderer.cs
- Activation.cs
- ButtonStandardAdapter.cs
- UnsignedPublishLicense.cs
- MembershipSection.cs
- ServiceMemoryGates.cs
- CalendarDateRangeChangingEventArgs.cs
- DependencyPropertyKind.cs
- FontStyle.cs
- HiddenField.cs
- XmlName.cs
- CheckBoxPopupAdapter.cs
- NameValueSectionHandler.cs
- VariableQuery.cs
- MetadataArtifactLoaderCompositeResource.cs
- ZoneMembershipCondition.cs
- Codec.cs
- FacetValueContainer.cs
- WindowPattern.cs
- ColumnTypeConverter.cs
- CharacterBufferReference.cs
- HMAC.cs
- BitmapEffectInputData.cs
- DataRowExtensions.cs
- SQLResource.cs
- StackOverflowException.cs
- XmlDataProvider.cs
- ChildDocumentBlock.cs
- DBSchemaRow.cs
- AssemblyAssociatedContentFileAttribute.cs
- QilScopedVisitor.cs
- LinqDataSourceView.cs
- DataGridView.cs
- Match.cs
- ProvidersHelper.cs
- StorageBasedPackageProperties.cs
- Module.cs
- ExpandCollapsePattern.cs
- Compiler.cs
- shaperfactory.cs
- AllMembershipCondition.cs
- BamlLocalizationDictionary.cs
- PathBox.cs
- SubMenuStyleCollection.cs
- HtmlTableCell.cs
- SafeArchiveContext.cs
- XmlStreamNodeWriter.cs
- BindingMAnagerBase.cs
- DebugController.cs
- SerialPinChanges.cs
- Line.cs
- Section.cs