Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- PolicyReader.cs
- SQLBinaryStorage.cs
- TrustManager.cs
- UnsafeNativeMethods.cs
- EventToken.cs
- PlanCompiler.cs
- SoapFault.cs
- GroupBox.cs
- XmlLoader.cs
- TimeSpanConverter.cs
- HierarchicalDataBoundControl.cs
- TextRunTypographyProperties.cs
- AnalyzedTree.cs
- ResourceDictionaryCollection.cs
- TypeHelpers.cs
- AccessDataSource.cs
- XmlText.cs
- EventNotify.cs
- BitmapEffectGeneralTransform.cs
- Logging.cs
- __Filters.cs
- BitmapFrame.cs
- Query.cs
- IdleTimeoutMonitor.cs
- HwndMouseInputProvider.cs
- CodeNamespace.cs
- SoapObjectWriter.cs
- ChangeInterceptorAttribute.cs
- Journaling.cs
- MessageBodyMemberAttribute.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- InternalTypeHelper.cs
- FeatureSupport.cs
- ToolStripSettings.cs
- PeoplePickerWrapper.cs
- DataGridTablesFactory.cs
- TagMapInfo.cs
- Binding.cs
- SliderAutomationPeer.cs
- Boolean.cs
- SortFieldComparer.cs
- ToolStripItemRenderEventArgs.cs
- PolicyStatement.cs
- _NegotiateClient.cs
- NameSpaceExtractor.cs
- HtmlProps.cs
- TextStore.cs
- ProviderCollection.cs
- SecurityHelper.cs
- Run.cs
- CoreSwitches.cs
- Converter.cs
- SqlDataSourceCustomCommandPanel.cs
- LinqTreeNodeEvaluator.cs
- DragDrop.cs
- Vector3DValueSerializer.cs
- SerializationInfoEnumerator.cs
- ModulesEntry.cs
- DataBoundControlActionList.cs
- IISMapPath.cs
- tibetanshape.cs
- connectionpool.cs
- SymbolMethod.cs
- ConfigXmlText.cs
- CompletionProxy.cs
- OrderingInfo.cs
- TileBrush.cs
- RefreshPropertiesAttribute.cs
- PathSegment.cs
- Panel.cs
- Timeline.cs
- BaseDataList.cs
- LongAverageAggregationOperator.cs
- XmlCodeExporter.cs
- MessageBox.cs
- DelegatedStream.cs
- UpdateCompiler.cs
- CodeDirectiveCollection.cs
- CompModSwitches.cs
- StatusBarAutomationPeer.cs
- TextParaLineResult.cs
- SetStoryboardSpeedRatio.cs
- TextServicesCompartmentEventSink.cs
- StringInfo.cs
- LineInfo.cs
- SecurityAlgorithmSuite.cs
- MarkupWriter.cs
- PropertyRecord.cs
- UICuesEvent.cs
- TargetControlTypeAttribute.cs
- PeerNearMe.cs
- URLEditor.cs
- CalloutQueueItem.cs
- WindowsRebar.cs
- AutoResizedEvent.cs
- ToolStripDropDownClosingEventArgs.cs
- TypeCollectionPropertyEditor.cs
- BaseParser.cs
- QueueProcessor.cs
- OdbcConnectionPoolProviderInfo.cs