Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / FeatureAttribute.cs / 1305376 / FeatureAttribute.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)] sealed class FeatureAttribute : Attribute { Type type; public FeatureAttribute(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)] sealed class FeatureAttribute : Attribute { Type type; public FeatureAttribute(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
- Serializer.cs
- ChooseAction.cs
- BindingSource.cs
- TaskFileService.cs
- FileVersionInfo.cs
- BigInt.cs
- CompilerResults.cs
- RelatedImageListAttribute.cs
- KeyNotFoundException.cs
- EventLogPermissionEntryCollection.cs
- LifetimeServices.cs
- SqlClientWrapperSmiStream.cs
- ProviderConnectionPointCollection.cs
- ImpersonationContext.cs
- XmlSchemaInferenceException.cs
- SelectionEditor.cs
- NavigationHelper.cs
- SchemaType.cs
- SqlDataSourceQueryConverter.cs
- StreamSecurityUpgradeAcceptor.cs
- PenContexts.cs
- MarshalByRefObject.cs
- MailHeaderInfo.cs
- ProfileSettingsCollection.cs
- StructuredTypeInfo.cs
- Compress.cs
- DataGridViewCellPaintingEventArgs.cs
- WebControlAdapter.cs
- DrawingImage.cs
- Encoder.cs
- SliderAutomationPeer.cs
- Guid.cs
- CodeLinePragma.cs
- SplitterCancelEvent.cs
- XmlEncodedRawTextWriter.cs
- ProviderBase.cs
- DataReceivedEventArgs.cs
- ConfigXmlCDataSection.cs
- MasterPageBuildProvider.cs
- Pipe.cs
- ArglessEventHandlerProxy.cs
- DateTimeStorage.cs
- Visitor.cs
- ModulesEntry.cs
- Profiler.cs
- MexHttpsBindingCollectionElement.cs
- Win32Native.cs
- OperatingSystem.cs
- ExpressionValueEditor.cs
- StackOverflowException.cs
- MouseGestureConverter.cs
- InterleavedZipPartStream.cs
- SQLStringStorage.cs
- ValueUnavailableException.cs
- BasePropertyDescriptor.cs
- ContextMenuStrip.cs
- Duration.cs
- ChannelServices.cs
- InputGestureCollection.cs
- AdRotator.cs
- HtmlInputControl.cs
- Padding.cs
- IArgumentProvider.cs
- CompareValidator.cs
- CapacityStreamGeometryContext.cs
- TreeNodeSelectionProcessor.cs
- AutomationPattern.cs
- TableCell.cs
- DynamicFilterExpression.cs
- XPathAncestorQuery.cs
- PrintDocument.cs
- LocalizabilityAttribute.cs
- HandledEventArgs.cs
- CompilationUnit.cs
- ECDiffieHellmanCng.cs
- Int64Converter.cs
- FileBasedResourceGroveler.cs
- ApplicationServicesHostFactory.cs
- AccessText.cs
- ObjectTag.cs
- OracleTimeSpan.cs
- CommentEmitter.cs
- TreeNodeCollection.cs
- ModifiableIteratorCollection.cs
- WeakReferenceList.cs
- MostlySingletonList.cs
- XmlQueryRuntime.cs
- Matrix3D.cs
- SpoolingTask.cs
- TypeSemantics.cs
- TrackingExtract.cs
- SafeEventLogReadHandle.cs
- ActivityTypeCodeDomSerializer.cs
- Attributes.cs
- XmlDataLoader.cs
- WhitespaceRule.cs
- DataRecordInfo.cs
- AttributeTable.cs
- WinFormsSecurity.cs
- ImageDrawing.cs