Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / CompilerServices / RequiredAttributeAttribute.cs / 1305376 / RequiredAttributeAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; namespace System.Runtime.CompilerServices { [Serializable] [AttributeUsage (AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface, AllowMultiple=true, Inherited=false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class RequiredAttributeAttribute : Attribute { private Type requiredContract; public RequiredAttributeAttribute (Type requiredContract) { this.requiredContract= requiredContract; } public Type RequiredContract { get { return this.requiredContract; } } } } // 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
- AstNode.cs
- HatchBrush.cs
- OfTypeExpression.cs
- CustomSignedXml.cs
- RenderData.cs
- XpsSerializationManagerAsync.cs
- XmlArrayAttribute.cs
- PopupEventArgs.cs
- HeaderUtility.cs
- FrameworkPropertyMetadata.cs
- Propagator.Evaluator.cs
- SQLUtility.cs
- XmlSerializerNamespaces.cs
- MetabaseReader.cs
- ArrayTypeMismatchException.cs
- SourceChangedEventArgs.cs
- HMACSHA512.cs
- DataViewListener.cs
- ContextStaticAttribute.cs
- MenuItemStyleCollection.cs
- ListViewItemMouseHoverEvent.cs
- XmlObjectSerializerReadContextComplexJson.cs
- FixedElement.cs
- Typeface.cs
- EntityCommandCompilationException.cs
- PictureBox.cs
- InputLanguage.cs
- SocketInformation.cs
- activationcontext.cs
- AnimationLayer.cs
- XmlSecureResolver.cs
- XmlQueryCardinality.cs
- CaseExpr.cs
- EndOfStreamException.cs
- BindingContext.cs
- ProjectionAnalyzer.cs
- SimpleFieldTemplateUserControl.cs
- AuthorizationRuleCollection.cs
- DataGridViewRowsAddedEventArgs.cs
- ManagementOptions.cs
- AttachedAnnotationChangedEventArgs.cs
- SettingsSavedEventArgs.cs
- ConsoleCancelEventArgs.cs
- RMEnrollmentPage3.cs
- SiteMapSection.cs
- ByteFacetDescriptionElement.cs
- MediaTimeline.cs
- ApplicationCommands.cs
- TextPatternIdentifiers.cs
- FixedSOMTableCell.cs
- HtmlImage.cs
- TableItemPattern.cs
- MsmqInputChannelListener.cs
- DataIdProcessor.cs
- Int16.cs
- ConstrainedGroup.cs
- MessageParameterAttribute.cs
- XsdSchemaFileEditor.cs
- NullableIntAverageAggregationOperator.cs
- ConfigurationProperty.cs
- TimeSpan.cs
- ReplyChannelAcceptor.cs
- SQLUtility.cs
- clipboard.cs
- AutomationIdentifier.cs
- Model3D.cs
- MeshGeometry3D.cs
- NavigationPropertySingletonExpression.cs
- MailDefinitionBodyFileNameEditor.cs
- WarningException.cs
- URI.cs
- WindowsScrollBar.cs
- BulletedListEventArgs.cs
- ValidationHelper.cs
- MetadataHelper.cs
- DynamicAttribute.cs
- GenericUriParser.cs
- RoleGroup.cs
- HtmlShim.cs
- ImageList.cs
- TypeDelegator.cs
- LingerOption.cs
- GeneralTransformGroup.cs
- SqlCommand.cs
- StreamGeometry.cs
- LinkArea.cs
- ComNativeDescriptor.cs
- ToolStripDropDown.cs
- basenumberconverter.cs
- MonitorWrapper.cs
- SourceElementsCollection.cs
- TextEffect.cs
- HtmlDocument.cs
- StringBuilder.cs
- UTF7Encoding.cs
- ShapeTypeface.cs
- IOException.cs
- ColorPalette.cs
- UserControl.cs
- HttpInputStream.cs