Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / CompilerServices / TypeDependencyAttribute.cs / 1305376 / TypeDependencyAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Runtime.CompilerServices { using System; using System.Diagnostics.Contracts; // We might want to make this inherited someday. But I suspect it shouldn't // be necessary. [AttributeUsage(AttributeTargets.Struct | AttributeTargets.Class | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] internal sealed class TypeDependencyAttribute: Attribute { private string typeName; public TypeDependencyAttribute (string typeName) { if(typeName == null) throw new ArgumentNullException("typeName"); Contract.EndContractBlock(); this.typeName = typeName; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Runtime.CompilerServices { using System; using System.Diagnostics.Contracts; // We might want to make this inherited someday. But I suspect it shouldn't // be necessary. [AttributeUsage(AttributeTargets.Struct | AttributeTargets.Class | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] internal sealed class TypeDependencyAttribute: Attribute { private string typeName; public TypeDependencyAttribute (string typeName) { if(typeName == null) throw new ArgumentNullException("typeName"); Contract.EndContractBlock(); this.typeName = typeName; } } } // 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
- QilScopedVisitor.cs
- MissingFieldException.cs
- OAVariantLib.cs
- TemplatedMailWebEventProvider.cs
- PerfCounters.cs
- WebResponse.cs
- NamespaceList.cs
- RegexWorker.cs
- NumericUpDownAccelerationCollection.cs
- SpellerError.cs
- ProfilePropertySettings.cs
- XmlSerializerNamespaces.cs
- IItemProperties.cs
- AnnotationDocumentPaginator.cs
- SoapInteropTypes.cs
- ResXDataNode.cs
- TypeToken.cs
- GeneralTransformGroup.cs
- UserControlCodeDomTreeGenerator.cs
- ListViewAutomationPeer.cs
- SmtpNetworkElement.cs
- ToolBar.cs
- Predicate.cs
- PrintEvent.cs
- RectIndependentAnimationStorage.cs
- PersistenceProviderDirectory.cs
- designeractionlistschangedeventargs.cs
- EntityContainerEntitySetDefiningQuery.cs
- SoapTypeAttribute.cs
- RadialGradientBrush.cs
- RangeValueProviderWrapper.cs
- CodeEventReferenceExpression.cs
- ApplicationProxyInternal.cs
- ToolStripItemTextRenderEventArgs.cs
- FileDialogCustomPlace.cs
- InfoCardTraceRecord.cs
- ActiveXHelper.cs
- BoundColumn.cs
- MailBnfHelper.cs
- XmlSignificantWhitespace.cs
- TransactionProtocol.cs
- HandlerFactoryCache.cs
- SqlDataSourceEnumerator.cs
- AQNBuilder.cs
- XmlNamespaceDeclarationsAttribute.cs
- ThrowHelper.cs
- ReliableDuplexSessionChannel.cs
- PartitionerQueryOperator.cs
- EventArgs.cs
- InstalledFontCollection.cs
- BaseTemplateParser.cs
- ConstructorExpr.cs
- DuplexChannelFactory.cs
- XmlSerializerFactory.cs
- HMACSHA512.cs
- MarginsConverter.cs
- TdsEnums.cs
- HandlerWithFactory.cs
- Hex.cs
- WpfWebRequestHelper.cs
- SortableBindingList.cs
- DockPattern.cs
- Image.cs
- UInt32Converter.cs
- TimeBoundedCache.cs
- DBSqlParserTableCollection.cs
- DataSourceCacheDurationConverter.cs
- ItemContainerGenerator.cs
- DataGridRow.cs
- Environment.cs
- CodeArgumentReferenceExpression.cs
- DocumentViewerAutomationPeer.cs
- Site.cs
- Serializer.cs
- SqlLiftWhereClauses.cs
- VScrollProperties.cs
- ControlSerializer.cs
- DbMetaDataCollectionNames.cs
- WebPartPersonalization.cs
- SqlUtils.cs
- ThicknessAnimationBase.cs
- SelectingProviderEventArgs.cs
- DataGridCellsPresenter.cs
- ComplexPropertyEntry.cs
- HasRunnableWorkflowEvent.cs
- IconBitmapDecoder.cs
- GridLength.cs
- NavigationService.cs
- EditModeSwitchButton.cs
- PanelContainerDesigner.cs
- MetabaseSettingsIis7.cs
- Shape.cs
- ObjectViewEntityCollectionData.cs
- AutomationIdentifierGuids.cs
- COM2Properties.cs
- ResourceSetExpression.cs
- SerializationSectionGroup.cs
- RPIdentityRequirement.cs
- ImageBrush.cs
- NonDualMessageSecurityOverHttpElement.cs