Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / CLSCompliantAttribute.cs / 1 / CLSCompliantAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: CLSCompliantAttribute ** ** ** Purpose: Container for assemblies. ** ** =============================================================================*/ namespace System { [AttributeUsage (AttributeTargets.All, Inherited=true, AllowMultiple=false),Serializable] [System.Runtime.InteropServices.ComVisible(true)] public sealed class CLSCompliantAttribute : Attribute { private bool m_compliant; public CLSCompliantAttribute (bool isCompliant) { m_compliant = isCompliant; } public bool IsCompliant { get { return m_compliant; } } } } // 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
- DataObjectAttribute.cs
- EventBuilder.cs
- IEnumerable.cs
- Function.cs
- CoTaskMemHandle.cs
- EditorServiceContext.cs
- ItemCollection.cs
- Symbol.cs
- ServiceManager.cs
- PublishLicense.cs
- ParentUndoUnit.cs
- TrackingMemoryStreamFactory.cs
- SecurityRuntime.cs
- IsolatedStorageFileStream.cs
- FormClosingEvent.cs
- CellConstant.cs
- GetIndexBinder.cs
- RangeBaseAutomationPeer.cs
- ListControlActionList.cs
- DependentTransaction.cs
- XamlSerializer.cs
- ContentIterators.cs
- TiffBitmapDecoder.cs
- DynamicHyperLink.cs
- IPAddressCollection.cs
- DataTableNewRowEvent.cs
- HtmlListAdapter.cs
- RequestCachingSection.cs
- TreeViewAutomationPeer.cs
- DataBindingsDialog.cs
- GridToolTip.cs
- XmlRawWriterWrapper.cs
- AutoGeneratedFieldProperties.cs
- DynamicEntity.cs
- DataObjectSettingDataEventArgs.cs
- WebPartConnectionsDisconnectVerb.cs
- UnsafeNativeMethodsPenimc.cs
- Utils.cs
- DateTimeOffset.cs
- XmlLinkedNode.cs
- PiiTraceSource.cs
- OperationGenerator.cs
- UserControlBuildProvider.cs
- DispatcherHooks.cs
- UIElementCollection.cs
- HotCommands.cs
- WindowsGraphics.cs
- PageCodeDomTreeGenerator.cs
- XmlText.cs
- DataSourceExpressionCollection.cs
- MediaPlayerState.cs
- DbMetaDataFactory.cs
- EntityDataSourceQueryBuilder.cs
- RayMeshGeometry3DHitTestResult.cs
- PackUriHelper.cs
- ProtectedConfiguration.cs
- ICspAsymmetricAlgorithm.cs
- XmlILModule.cs
- ServerIdentity.cs
- XmlProcessingInstruction.cs
- AudioException.cs
- DbMetaDataColumnNames.cs
- CounterCreationDataCollection.cs
- PropertyDescriptorGridEntry.cs
- Typeface.cs
- DataGridViewRowCollection.cs
- Stroke2.cs
- FrameworkReadOnlyPropertyMetadata.cs
- SecurityToken.cs
- SpeakInfo.cs
- MarkupCompilePass2.cs
- ConfigurationStrings.cs
- unsafenativemethodstextservices.cs
- XmlSchemaComplexContentExtension.cs
- TypeDefinition.cs
- BoundsDrawingContextWalker.cs
- KeyTime.cs
- OciLobLocator.cs
- SizeConverter.cs
- MimeTypePropertyAttribute.cs
- BamlLocalizer.cs
- HttpWebRequestElement.cs
- MSG.cs
- CheckBoxRenderer.cs
- MimeBasePart.cs
- DSASignatureDeformatter.cs
- FlowDecisionDesigner.xaml.cs
- TableChangeProcessor.cs
- IODescriptionAttribute.cs
- ThreadSafeList.cs
- TextReader.cs
- OptimizerPatterns.cs
- TextTreeNode.cs
- AutomationPropertyInfo.cs
- FormatConvertedBitmap.cs
- RepeaterItem.cs
- BindToObject.cs
- SqlMethodAttribute.cs
- PropertyPath.cs
- NextPreviousPagerField.cs