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
- OrderedDictionary.cs
- ValidatorCollection.cs
- PersonalizablePropertyEntry.cs
- UnauthorizedAccessException.cs
- SrgsRuleRef.cs
- CodeDelegateCreateExpression.cs
- AtomServiceDocumentSerializer.cs
- JapaneseLunisolarCalendar.cs
- NamespaceInfo.cs
- SystemFonts.cs
- SdlChannelSink.cs
- TranslateTransform.cs
- OdbcUtils.cs
- Operand.cs
- BitmapEffectRenderDataResource.cs
- Composition.cs
- GlobalEventManager.cs
- ExceptionHelpers.cs
- FieldNameLookup.cs
- BatchWriter.cs
- KerberosRequestorSecurityToken.cs
- PackageDigitalSignatureManager.cs
- XmlBinaryReader.cs
- ConfigurationManagerInternalFactory.cs
- DataSourceHelper.cs
- ReversePositionQuery.cs
- ToolStripSeparatorRenderEventArgs.cs
- CopyOfAction.cs
- AssemblyHash.cs
- RequestContext.cs
- ContainerFilterService.cs
- IpcPort.cs
- HwndSourceKeyboardInputSite.cs
- ReaderWriterLock.cs
- CheckBox.cs
- SqlMethods.cs
- BoundField.cs
- SQLDecimal.cs
- HtmlObjectListAdapter.cs
- SubMenuStyleCollection.cs
- OpenTypeLayout.cs
- AuthenticateEventArgs.cs
- ConfigurationStrings.cs
- CharEntityEncoderFallback.cs
- Bold.cs
- CachedFontFamily.cs
- TextRunCache.cs
- SQLGuid.cs
- LinkButton.cs
- FrameworkPropertyMetadata.cs
- AdornerLayer.cs
- InstallerTypeAttribute.cs
- SearchForVirtualItemEventArgs.cs
- SerTrace.cs
- WpfSharedXamlSchemaContext.cs
- Ipv6Element.cs
- ValuePattern.cs
- ListenerSessionConnection.cs
- SecurityResources.cs
- WMICapabilities.cs
- IBuiltInEvidence.cs
- _OSSOCK.cs
- DesignOnlyAttribute.cs
- PerfCounters.cs
- MessageAction.cs
- ToolboxDataAttribute.cs
- String.cs
- TemplatedControlDesigner.cs
- XmlILConstructAnalyzer.cs
- CalendarBlackoutDatesCollection.cs
- Subtract.cs
- Rethrow.cs
- _PooledStream.cs
- ObjectSet.cs
- WorkflowInstanceProvider.cs
- StrokeCollection2.cs
- FlowThrottle.cs
- TraceContext.cs
- PngBitmapDecoder.cs
- TabPanel.cs
- Style.cs
- RenamedEventArgs.cs
- LinkLabel.cs
- WinCategoryAttribute.cs
- DecimalAnimation.cs
- COM2TypeInfoProcessor.cs
- OutputCacheProfile.cs
- SQLResource.cs
- SingleAnimationUsingKeyFrames.cs
- JournalNavigationScope.cs
- SizeAnimationUsingKeyFrames.cs
- LabelDesigner.cs
- RecordsAffectedEventArgs.cs
- ReadContentAsBinaryHelper.cs
- DecoderExceptionFallback.cs
- SymDocumentType.cs
- xdrvalidator.cs
- WebPart.cs
- XNodeSchemaApplier.cs
- InkCanvasAutomationPeer.cs