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
- Stack.cs
- ZipQueryOperator.cs
- PageVisual.cs
- LinkDescriptor.cs
- LineInfo.cs
- CodeIndexerExpression.cs
- XmlSchemaSimpleType.cs
- SqlTransaction.cs
- DataRecordInternal.cs
- ObjectDataSourceStatusEventArgs.cs
- Script.cs
- PaperSource.cs
- IPipelineRuntime.cs
- MediaTimeline.cs
- EventlogProvider.cs
- TextBox.cs
- NegotiateStream.cs
- login.cs
- ResourceExpressionBuilder.cs
- ImageSource.cs
- Label.cs
- ServiceMemoryGates.cs
- XmlSerializerOperationBehavior.cs
- ConditionCollection.cs
- PageFunction.cs
- NativeRecognizer.cs
- EdmFunction.cs
- SqlDataRecord.cs
- StrokeNode.cs
- GenericAuthenticationEventArgs.cs
- SymbolMethod.cs
- PeerTransportListenAddressValidator.cs
- SqlParameterCollection.cs
- WindowsTreeView.cs
- _LocalDataStoreMgr.cs
- MonikerSyntaxException.cs
- X509SecurityToken.cs
- DynamicUpdateCommand.cs
- AuthenticationManager.cs
- MouseBinding.cs
- SqlDependencyUtils.cs
- RowBinding.cs
- DictionarySectionHandler.cs
- TimerEventSubscription.cs
- StrongNameUtility.cs
- HttpModuleAction.cs
- SpecularMaterial.cs
- SmtpSection.cs
- BitSet.cs
- BitmapSizeOptions.cs
- ErasingStroke.cs
- RetrieveVirtualItemEventArgs.cs
- MultiTrigger.cs
- XmlIlGenerator.cs
- SafeRightsManagementQueryHandle.cs
- coordinatorscratchpad.cs
- DiscardableAttribute.cs
- XPathBinder.cs
- SqlError.cs
- ObfuscateAssemblyAttribute.cs
- SHA1Managed.cs
- FontResourceCache.cs
- TraceHandler.cs
- ImageCodecInfoPrivate.cs
- SchemaInfo.cs
- Mapping.cs
- ImageField.cs
- ReferenceConverter.cs
- _TransmitFileOverlappedAsyncResult.cs
- DataGridViewBand.cs
- ShaderEffect.cs
- PenCursorManager.cs
- OutOfProcStateClientManager.cs
- SessionStateUtil.cs
- DesignerLoader.cs
- PointCollectionConverter.cs
- HtmlGenericControl.cs
- LinkAreaEditor.cs
- SystemIPInterfaceProperties.cs
- HttpResponseHeader.cs
- SafePEFileHandle.cs
- Expander.cs
- EntityClassGenerator.cs
- XmlSchemaObjectTable.cs
- EventEntry.cs
- UIHelper.cs
- TableChangeProcessor.cs
- InstanceData.cs
- TransactionManager.cs
- CompositeScriptReference.cs
- RowBinding.cs
- FileDialogCustomPlace.cs
- AVElementHelper.cs
- ToolStripDropDownClosedEventArgs.cs
- TaskDesigner.cs
- ProfessionalColors.cs
- AttachedPropertyDescriptor.cs
- SafeMILHandle.cs
- MetadataCacheItem.cs
- ImageButton.cs