Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EmptyStringExpandableObjectConverter.cs
- DefaultObjectMappingItemCollection.cs
- ComboBox.cs
- Span.cs
- DecimalFormatter.cs
- SqlReferenceCollection.cs
- HttpProcessUtility.cs
- MetadataPropertyAttribute.cs
- KeyTimeConverter.cs
- ControlEvent.cs
- EventLog.cs
- TaskHelper.cs
- Label.cs
- MultipartContentParser.cs
- IDispatchConstantAttribute.cs
- DataPagerFieldCommandEventArgs.cs
- SmtpCommands.cs
- GridItemCollection.cs
- FreezableCollection.cs
- ViewCellSlot.cs
- StylusButtonEventArgs.cs
- CryptoConfig.cs
- FileDialogCustomPlaces.cs
- RegexFCD.cs
- ItemCheckedEvent.cs
- NamespaceTable.cs
- ProcessingInstructionAction.cs
- XmlSchemaGroup.cs
- ClientSettingsProvider.cs
- EmbeddedMailObjectCollectionEditor.cs
- CompilerScopeManager.cs
- ResourceLoader.cs
- DesignSurface.cs
- SrgsElementList.cs
- FileSystemWatcher.cs
- Privilege.cs
- RepeaterCommandEventArgs.cs
- SyntaxCheck.cs
- SigningCredentials.cs
- ManagedCodeMarkers.cs
- ToolstripProfessionalRenderer.cs
- ProcessModelSection.cs
- TemplatePropertyEntry.cs
- SchemaImporterExtensionElement.cs
- WebConvert.cs
- MimePart.cs
- Point3DAnimationUsingKeyFrames.cs
- CodeStatementCollection.cs
- StylusLogic.cs
- FunctionImportElement.cs
- C14NUtil.cs
- LinearKeyFrames.cs
- TextRunProperties.cs
- ConfigurationConverterBase.cs
- APCustomTypeDescriptor.cs
- EmptyCollection.cs
- DateTimeSerializationSection.cs
- SqlDataSourceView.cs
- CallbackException.cs
- PropertyChangedEventArgs.cs
- CryptoConfig.cs
- HitTestParameters.cs
- XpsFont.cs
- PersianCalendar.cs
- Point3DCollection.cs
- ShellProvider.cs
- NetworkInformationPermission.cs
- SessionStateUtil.cs
- CodeParameterDeclarationExpression.cs
- Point3DCollection.cs
- SinglePageViewer.cs
- HandlerBase.cs
- SingleTagSectionHandler.cs
- BrowsableAttribute.cs
- Html32TextWriter.cs
- DocumentEventArgs.cs
- ReachPageContentSerializerAsync.cs
- Rule.cs
- HttpContext.cs
- OverlappedAsyncResult.cs
- XmlCustomFormatter.cs
- Rotation3D.cs
- SoapCodeExporter.cs
- ProjectedSlot.cs
- SqlTriggerAttribute.cs
- MediaContextNotificationWindow.cs
- GroupAggregateExpr.cs
- HierarchicalDataBoundControl.cs
- WorkflowStateRollbackService.cs
- InkCanvasInnerCanvas.cs
- RectangleGeometry.cs
- SapiInterop.cs
- PageVisual.cs
- ActivityExecutionFilter.cs
- DomNameTable.cs
- MetaData.cs
- CssStyleCollection.cs
- DrawingBrush.cs
- Column.cs
- HttpCapabilitiesEvaluator.cs