Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / Runtime / CompilerServices / RequiredAttributeAttribute.cs / 1 / 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. // ==++== // // 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
- ConfigurationStrings.cs
- TableRowGroup.cs
- ConcurrencyBehavior.cs
- JumpList.cs
- DefaultValidator.cs
- LocalizationComments.cs
- BitmapImage.cs
- IssuerInformation.cs
- RawAppCommandInputReport.cs
- BulletedList.cs
- DataGridColumnHeader.cs
- PropertyValidationContext.cs
- XmlUtil.cs
- CanonicalFontFamilyReference.cs
- tibetanshape.cs
- MexBindingElement.cs
- Inflater.cs
- PlainXmlSerializer.cs
- AssemblyBuilder.cs
- SecurityPermission.cs
- ReadOnlyPermissionSet.cs
- ToolStripEditorManager.cs
- PathGeometry.cs
- SoundPlayerAction.cs
- CharacterMetrics.cs
- EncoderReplacementFallback.cs
- UrlMappingCollection.cs
- recordstatescratchpad.cs
- RootBrowserWindowProxy.cs
- ViewStateModeByIdAttribute.cs
- WindowsListViewItem.cs
- Pen.cs
- EncryptedHeaderXml.cs
- DESCryptoServiceProvider.cs
- ReadWriteObjectLock.cs
- PlainXmlDeserializer.cs
- OleStrCAMarshaler.cs
- XmlNodeChangedEventManager.cs
- MaskPropertyEditor.cs
- DesignerEventService.cs
- XmlDataContract.cs
- DocumentXPathNavigator.cs
- Panel.cs
- HttpStaticObjectsCollectionBase.cs
- Empty.cs
- SecurityProtocolFactory.cs
- ProgressBarRenderer.cs
- Property.cs
- UIElementAutomationPeer.cs
- GraphicsContext.cs
- RowBinding.cs
- SplayTreeNode.cs
- PrintControllerWithStatusDialog.cs
- TimelineGroup.cs
- Image.cs
- UriTemplateClientFormatter.cs
- PackageStore.cs
- StaticFileHandler.cs
- SharedRuntimeState.cs
- ReaderWriterLockWrapper.cs
- TimelineCollection.cs
- ToolStripPanel.cs
- WebBrowsableAttribute.cs
- CngKeyBlobFormat.cs
- BinaryFormatterWriter.cs
- ContentWrapperAttribute.cs
- ChannelDispatcher.cs
- MsmqMessageProperty.cs
- OleDbErrorCollection.cs
- ListBoxAutomationPeer.cs
- FreeFormDesigner.cs
- XmlSchemaComplexType.cs
- IRCollection.cs
- AttachInfo.cs
- QuaternionRotation3D.cs
- WebPartManager.cs
- PrintPreviewDialog.cs
- FileIOPermission.cs
- Parameter.cs
- ExpressionBuilder.cs
- EntityFunctions.cs
- ClickablePoint.cs
- odbcmetadatacollectionnames.cs
- LassoSelectionBehavior.cs
- TextTreeInsertElementUndoUnit.cs
- xmlfixedPageInfo.cs
- SqlTypeConverter.cs
- BeginStoryboard.cs
- OleDbStruct.cs
- WebPartConnectVerb.cs
- OutOfProcStateClientManager.cs
- QilReference.cs
- GridItemPattern.cs
- oledbmetadatacollectionnames.cs
- UnmanagedMarshal.cs
- TitleStyle.cs
- ScrollBar.cs
- RootProfilePropertySettingsCollection.cs
- AdapterUtil.cs
- ExplicitDiscriminatorMap.cs