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
- ClientTargetSection.cs
- ScriptingWebServicesSectionGroup.cs
- StreamInfo.cs
- WindowsTreeView.cs
- BitmapImage.cs
- WhitespaceRuleLookup.cs
- LinkDescriptor.cs
- ProtocolsSection.cs
- ByteArrayHelperWithString.cs
- FlowchartDesigner.xaml.cs
- DBSqlParserTableCollection.cs
- LineProperties.cs
- WindowCollection.cs
- ThemeDictionaryExtension.cs
- DataGridViewCellValidatingEventArgs.cs
- TabControlEvent.cs
- QilReplaceVisitor.cs
- DirectoryNotFoundException.cs
- LiteralTextParser.cs
- SystemColorTracker.cs
- CodeGotoStatement.cs
- ObjectFullSpanRewriter.cs
- LinkClickEvent.cs
- XmlDataCollection.cs
- GACMembershipCondition.cs
- ResourceCategoryAttribute.cs
- SimpleWorkerRequest.cs
- BitmapEffectInput.cs
- SqlCacheDependencySection.cs
- AssemblyCache.cs
- UniqueIdentifierService.cs
- ProviderConnectionPointCollection.cs
- CodeTypeReferenceCollection.cs
- EditorResources.cs
- X509Extension.cs
- PageHandlerFactory.cs
- COM2PropertyDescriptor.cs
- SerializableTypeCodeDomSerializer.cs
- GridViewCancelEditEventArgs.cs
- XmlnsCompatibleWithAttribute.cs
- CommandBindingCollection.cs
- TextProperties.cs
- ScopeElement.cs
- XmlDocument.cs
- ApplicationServicesHostFactory.cs
- FacetChecker.cs
- MenuBase.cs
- ComponentEditorForm.cs
- MouseEvent.cs
- _OSSOCK.cs
- GetPageNumberCompletedEventArgs.cs
- GlyphInfoList.cs
- OrderedHashRepartitionStream.cs
- Win32Exception.cs
- _SSPIWrapper.cs
- Header.cs
- _BaseOverlappedAsyncResult.cs
- OracleConnectionFactory.cs
- Process.cs
- FontCollection.cs
- DependencyObject.cs
- SplineKeyFrames.cs
- TraceSwitch.cs
- DrawingContextDrawingContextWalker.cs
- ProcessThread.cs
- ContentType.cs
- TimeSpanStorage.cs
- ZipIOLocalFileHeader.cs
- ToolStripPanelSelectionBehavior.cs
- Convert.cs
- DataSource.cs
- GridPatternIdentifiers.cs
- InstanceKeyCompleteException.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- StrokeCollection2.cs
- SchemaImporterExtensionElementCollection.cs
- SmtpSection.cs
- PagedDataSource.cs
- PathSegment.cs
- LookupBindingPropertiesAttribute.cs
- SamlNameIdentifierClaimResource.cs
- DocumentReferenceCollection.cs
- WindowsContainer.cs
- FontFamilyIdentifier.cs
- PolyQuadraticBezierSegment.cs
- IdleTimeoutMonitor.cs
- ScrollChangedEventArgs.cs
- AnchoredBlock.cs
- HttpException.cs
- CursorConverter.cs
- GuidConverter.cs
- OverlappedAsyncResult.cs
- JapaneseCalendar.cs
- CodeChecksumPragma.cs
- FixedHighlight.cs
- FormatterServices.cs
- InstanceData.cs
- SoapIncludeAttribute.cs
- AssemblyCollection.cs
- StopStoryboard.cs