Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / DefaultTypeArgumentAttribute.cs / 1305376 / DefaultTypeArgumentAttribute.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation { using System.Runtime; using System.Diagnostics.CodeAnalysis; [Fx.Tag.XamlVisible(false)] [AttributeUsage(AttributeTargets.Class)] public sealed class DefaultTypeArgumentAttribute : Attribute { Type type; public DefaultTypeArgumentAttribute(Type type) { this.type = type; } [SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Justification = "By design.")] public Type Type { get { return this.type; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation { using System.Runtime; using System.Diagnostics.CodeAnalysis; [Fx.Tag.XamlVisible(false)] [AttributeUsage(AttributeTargets.Class)] public sealed class DefaultTypeArgumentAttribute : Attribute { Type type; public DefaultTypeArgumentAttribute(Type type) { this.type = type; } [SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Justification = "By design.")] public Type Type { get { return this.type; } } } } // 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
- WindowsGraphics2.cs
- FocusWithinProperty.cs
- TableHeaderCell.cs
- DoubleIndependentAnimationStorage.cs
- ClosableStream.cs
- TableCell.cs
- RangeValuePatternIdentifiers.cs
- Cursors.cs
- ToolboxDataAttribute.cs
- ImageEditor.cs
- CorrelationResolver.cs
- ContentIterators.cs
- DataGridViewTextBoxColumn.cs
- ContextMenuStrip.cs
- ReflectTypeDescriptionProvider.cs
- GetReadStreamResult.cs
- BasicSecurityProfileVersion.cs
- DataBoundControlHelper.cs
- PerformanceCounterPermissionAttribute.cs
- DataExpression.cs
- ClientCultureInfo.cs
- InkPresenter.cs
- SpecialNameAttribute.cs
- SystemIPGlobalStatistics.cs
- QueryableDataSourceHelper.cs
- SqlErrorCollection.cs
- SqlDependency.cs
- UInt16Storage.cs
- EmptyEnumerable.cs
- ClassHandlersStore.cs
- IndexerNameAttribute.cs
- StrongNamePublicKeyBlob.cs
- CheckoutException.cs
- AttachedPropertyMethodSelector.cs
- __Filters.cs
- ResizeGrip.cs
- _SafeNetHandles.cs
- InlineCollection.cs
- FunctionCommandText.cs
- ExchangeUtilities.cs
- SyndicationDeserializer.cs
- ThrowHelper.cs
- BitmapEffect.cs
- RegistrationServices.cs
- cookiecollection.cs
- XmlSchemaDocumentation.cs
- controlskin.cs
- XmlQueryType.cs
- SqlServer2KCompatibilityAnnotation.cs
- SkewTransform.cs
- XmlFormatMapping.cs
- EncoderFallback.cs
- BitmapEffectDrawingContextState.cs
- ConfigurationPropertyAttribute.cs
- WebBrowser.cs
- Errors.cs
- EventHandlingScope.cs
- HierarchicalDataSourceConverter.cs
- KerberosSecurityTokenParameters.cs
- MsmqInputChannelListenerBase.cs
- State.cs
- ObjectDataSourceFilteringEventArgs.cs
- SubqueryRules.cs
- SimpleLine.cs
- CaseInsensitiveHashCodeProvider.cs
- SelectedGridItemChangedEvent.cs
- UnknownBitmapEncoder.cs
- NullableDoubleMinMaxAggregationOperator.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- InfiniteTimeSpanConverter.cs
- SchemaImporterExtensionElementCollection.cs
- TextProperties.cs
- DataGridAddNewRow.cs
- categoryentry.cs
- FrameworkPropertyMetadata.cs
- HttpHandlerAction.cs
- OTFRasterizer.cs
- RedirectionProxy.cs
- SchemaEntity.cs
- Matrix3D.cs
- EventLog.cs
- QueryOutputWriter.cs
- ComboBoxAutomationPeer.cs
- Setter.cs
- DataTableMapping.cs
- SizeKeyFrameCollection.cs
- TreeView.cs
- ImageAutomationPeer.cs
- XmlSchemaSimpleTypeUnion.cs
- DataRecord.cs
- ListViewSortEventArgs.cs
- ServiceInstanceProvider.cs
- DispatcherHookEventArgs.cs
- DebugInfoExpression.cs
- WebColorConverter.cs
- GifBitmapEncoder.cs
- MatrixCamera.cs
- Size3DConverter.cs
- FixedSOMImage.cs
- ValidationResult.cs