Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / Runtime / CompilerServices / TypeDependencyAttribute.cs / 1 / TypeDependencyAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; namespace System.Runtime.CompilerServices { // 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"); this.typeName = typeName; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; namespace System.Runtime.CompilerServices { // 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"); 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
- DataGridViewImageColumn.cs
- NumberEdit.cs
- TextView.cs
- PrePrepareMethodAttribute.cs
- QuotaThrottle.cs
- XmlnsCache.cs
- TextRangeAdaptor.cs
- ConvertTextFrag.cs
- UmAlQuraCalendar.cs
- PKCS1MaskGenerationMethod.cs
- dataSvcMapFileLoader.cs
- ItemCollection.cs
- ParallelTimeline.cs
- FontUnitConverter.cs
- RunClient.cs
- TypedTableBaseExtensions.cs
- ConnectionStringSettingsCollection.cs
- ObjectAnimationBase.cs
- DBPropSet.cs
- DeclarativeCatalogPart.cs
- _StreamFramer.cs
- XmlCustomFormatter.cs
- ExtendedProperty.cs
- StylusCaptureWithinProperty.cs
- NotEqual.cs
- XmlParserContext.cs
- latinshape.cs
- RightsManagementEncryptionTransform.cs
- ScrollBar.cs
- ObjectDataSourceView.cs
- EncodingInfo.cs
- ListViewSelectEventArgs.cs
- DataTableTypeConverter.cs
- FacetValueContainer.cs
- XslAstAnalyzer.cs
- DateTimeUtil.cs
- ReceiveParametersContent.cs
- HtmlPhoneCallAdapter.cs
- safex509handles.cs
- ClientTargetSection.cs
- ExpressionBuilder.cs
- CustomAttribute.cs
- VideoDrawing.cs
- ZoomPercentageConverter.cs
- DataView.cs
- ErrorTableItemStyle.cs
- LogicalExpressionTypeConverter.cs
- MessageQueueException.cs
- _ProxyChain.cs
- Label.cs
- PasswordBoxAutomationPeer.cs
- BrowserCapabilitiesFactory.cs
- Double.cs
- BlockUIContainer.cs
- ToolboxItemAttribute.cs
- XpsResource.cs
- BaseServiceProvider.cs
- WebPartExportVerb.cs
- WaitHandle.cs
- WriteTimeStream.cs
- SecurityHeader.cs
- FormsAuthenticationTicket.cs
- HtmlInputReset.cs
- BinaryObjectReader.cs
- CreateUserWizardStep.cs
- GridViewRowCollection.cs
- ListViewContainer.cs
- EndpointAddress10.cs
- XmlMemberMapping.cs
- IndexerReference.cs
- RegexGroupCollection.cs
- MaskDescriptors.cs
- Style.cs
- XmlSchemaValidator.cs
- ConfigurationStrings.cs
- XmlSchemas.cs
- BasicKeyConstraint.cs
- FileFormatException.cs
- XmlSchemaInfo.cs
- MD5HashHelper.cs
- DataAdapter.cs
- DoubleCollectionValueSerializer.cs
- FilterEventArgs.cs
- ConfigXmlDocument.cs
- UnaryOperationBinder.cs
- ReceiveActivityDesigner.cs
- BuilderPropertyEntry.cs
- dataSvcMapFileLoader.cs
- COM2AboutBoxPropertyDescriptor.cs
- QueryConverter.cs
- CqlBlock.cs
- UnsafeNativeMethods.cs
- SplitterCancelEvent.cs
- ManipulationDevice.cs
- formatter.cs
- FillErrorEventArgs.cs
- autovalidator.cs
- UserInitiatedNavigationPermission.cs
- TextTreeInsertElementUndoUnit.cs
- XmlDocumentViewSchema.cs