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
- PeerNameRegistration.cs
- RemoteWebConfigurationHostStream.cs
- MasterPageBuildProvider.cs
- ClickablePoint.cs
- UnionCqlBlock.cs
- FatalException.cs
- TryCatch.cs
- BinaryObjectInfo.cs
- ArgumentDirectionHelper.cs
- BaseTreeIterator.cs
- DecoderBestFitFallback.cs
- DocumentDesigner.cs
- HandoffBehavior.cs
- XsdDataContractExporter.cs
- WebRequestModuleElementCollection.cs
- HelpKeywordAttribute.cs
- XmlAttributeProperties.cs
- SimpleBitVector32.cs
- ScriptResourceHandler.cs
- WebPartTransformerAttribute.cs
- KnownAssemblyEntry.cs
- FixedSOMLineRanges.cs
- StringToken.cs
- SqlComparer.cs
- WindowsToolbarItemAsMenuItem.cs
- LocalizableAttribute.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- BitmapEffectInput.cs
- CmsInterop.cs
- WorkflowOperationFault.cs
- UriTemplatePathSegment.cs
- PartitionedStream.cs
- Assembly.cs
- TextOutput.cs
- BlurBitmapEffect.cs
- WindowProviderWrapper.cs
- ChameleonKey.cs
- RoleManagerSection.cs
- DesignerAutoFormatStyle.cs
- LinqDataSourceHelper.cs
- DataGridViewButtonColumn.cs
- DeleteCardRequest.cs
- FileDialog_Vista_Interop.cs
- BitmapEffectGeneralTransform.cs
- PixelShader.cs
- EntityDataSourceDesigner.cs
- EntityDescriptor.cs
- RelatedView.cs
- RegexGroup.cs
- HttpContextWrapper.cs
- OleServicesContext.cs
- EntityViewGenerationAttribute.cs
- ConsoleCancelEventArgs.cs
- ProfileSettings.cs
- UndoManager.cs
- UInt32.cs
- NavigationProperty.cs
- EntityCollection.cs
- WebPartAuthorizationEventArgs.cs
- DataProtection.cs
- HttpChannelFactory.cs
- RtfToXamlReader.cs
- IdentityValidationException.cs
- SyndicationPerson.cs
- DbBuffer.cs
- UrlAuthFailedErrorFormatter.cs
- BitmapFrameDecode.cs
- NavigatorInput.cs
- ColumnMapTranslator.cs
- ImageConverter.cs
- FloaterParaClient.cs
- FlowLayout.cs
- FixedDSBuilder.cs
- WebPartConnectionsDisconnectVerb.cs
- mediaeventshelper.cs
- shaperfactoryquerycachekey.cs
- COM2PictureConverter.cs
- ActivatedMessageQueue.cs
- QilUnary.cs
- HttpRuntimeSection.cs
- TextChange.cs
- MaskedTextBox.cs
- Pkcs7Recipient.cs
- PointLight.cs
- Win32Native.cs
- FormatConvertedBitmap.cs
- WebResourceUtil.cs
- ValueProviderWrapper.cs
- ToolBar.cs
- GridViewDeleteEventArgs.cs
- WindowsStreamSecurityBindingElement.cs
- FieldBuilder.cs
- DelegateHelpers.Generated.cs
- ReceiveMessageContent.cs
- CellQuery.cs
- SrgsGrammar.cs
- FactoryGenerator.cs
- DataGridRow.cs
- AutoGeneratedFieldProperties.cs
- BindingNavigator.cs