Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / ActivityWithResult.cs / 1305376 / ActivityWithResult.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System.Runtime.Serialization; public abstract class ActivityWithResult : Activity { internal ActivityWithResult() : base() { } public Type ResultType { get { return this.InternalResultType; } } [IgnoreDataMember] // this member is repeated by all subclasses, which we control public OutArgument Result { get { return this.ResultCore; } set { this.ResultCore = value; } } internal abstract Type InternalResultType { get; } internal abstract OutArgument ResultCore { get; set; } internal RuntimeArgument ResultRuntimeArgument { get; set; } } } // 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
- RectAnimationUsingKeyFrames.cs
- ObjectTypeMapping.cs
- PrintingPermission.cs
- Tag.cs
- DbProviderConfigurationHandler.cs
- InternalResources.cs
- DependencyPropertyKey.cs
- CodeGroup.cs
- CounterSetInstanceCounterDataSet.cs
- TimeSpanConverter.cs
- SystemEvents.cs
- LayoutEngine.cs
- SystemIcons.cs
- ConnectionConsumerAttribute.cs
- DataColumnMappingCollection.cs
- Stylesheet.cs
- ValidationRuleCollection.cs
- ControlBuilder.cs
- CacheMode.cs
- Brush.cs
- XmlSchemaGroupRef.cs
- XmlUnspecifiedAttribute.cs
- HistoryEventArgs.cs
- CryptoKeySecurity.cs
- BitmapEffectInput.cs
- _SSPIWrapper.cs
- DefaultIfEmptyQueryOperator.cs
- ProjectionPathBuilder.cs
- LoginCancelEventArgs.cs
- TextOutput.cs
- ViewBox.cs
- CngKeyBlobFormat.cs
- SaveFileDialog.cs
- WindowsRichEditRange.cs
- ToolConsole.cs
- DoubleKeyFrameCollection.cs
- SafeCoTaskMem.cs
- TransportSecurityHelpers.cs
- DecoratedNameAttribute.cs
- ManagementScope.cs
- UnlockInstanceCommand.cs
- CurrentChangedEventManager.cs
- LinqDataSourceValidationException.cs
- SqlNotificationEventArgs.cs
- ContainerUIElement3D.cs
- RuleConditionDialog.cs
- DataListAutoFormat.cs
- ExecutionEngineException.cs
- ObjectMaterializedEventArgs.cs
- ImplicitInputBrush.cs
- BindingElement.cs
- ParseNumbers.cs
- TreeChangeInfo.cs
- PinnedBufferMemoryStream.cs
- SubstitutionDesigner.cs
- CompilerTypeWithParams.cs
- WinInet.cs
- TableItemStyle.cs
- AcceleratedTokenAuthenticator.cs
- IsolatedStorageException.cs
- RequestQueryProcessor.cs
- HandleCollector.cs
- XmlChoiceIdentifierAttribute.cs
- RequiredAttributeAttribute.cs
- AdRotator.cs
- UrlMapping.cs
- CallContext.cs
- PnrpPeerResolverBindingElement.cs
- CommonGetThemePartSize.cs
- KeyboardNavigation.cs
- CapabilitiesRule.cs
- KnownBoxes.cs
- MD5HashHelper.cs
- JsonXmlDataContract.cs
- _Connection.cs
- ListViewDataItem.cs
- DbConnectionStringCommon.cs
- WebReferencesBuildProvider.cs
- ValueSerializerAttribute.cs
- StringComparer.cs
- DurableEnlistmentState.cs
- HMACRIPEMD160.cs
- SecurityToken.cs
- WebSysDescriptionAttribute.cs
- GridErrorDlg.cs
- ModulesEntry.cs
- DBSqlParserTable.cs
- KeyFrames.cs
- OleDbReferenceCollection.cs
- DataGridComponentEditor.cs
- FontDriver.cs
- AlphaSortedEnumConverter.cs
- CookieProtection.cs
- EntitySetBaseCollection.cs
- ApplicationSecurityManager.cs
- SplitterDesigner.cs
- ArrayWithOffset.cs
- TargetParameterCountException.cs
- CommonXSendMessage.cs
- LineBreak.cs