Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / Diagnostics / SwitchLevelAttribute.cs / 1 / SwitchLevelAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Reflection; using System.Collections; namespace System.Diagnostics { [AttributeUsage(AttributeTargets.Class)] public sealed class SwitchLevelAttribute : Attribute { private Type type; public SwitchLevelAttribute (Type switchLevelType) { SwitchLevelType = switchLevelType; } public Type SwitchLevelType { get { return type;} set { if (value == null) throw new ArgumentNullException("value"); type = value; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- validationstate.cs
- ArrayWithOffset.cs
- BinHexDecoder.cs
- DoubleStorage.cs
- SerialErrors.cs
- ServiceContractViewControl.cs
- X509ChainElement.cs
- ServiceReflector.cs
- Directory.cs
- HtmlInputFile.cs
- InvokeMethodActivityDesigner.cs
- ModelItem.cs
- ListViewItemMouseHoverEvent.cs
- AtlasWeb.Designer.cs
- DesigntimeLicenseContext.cs
- FolderLevelBuildProvider.cs
- DebugView.cs
- TemplateBindingExpression.cs
- GrammarBuilderWildcard.cs
- QueueProcessor.cs
- DataSourceXmlSerializer.cs
- BoundField.cs
- RMPublishingDialog.cs
- PasswordPropertyTextAttribute.cs
- RemotingServices.cs
- BufferAllocator.cs
- DataTemplateKey.cs
- Viewport3DAutomationPeer.cs
- DataControlButton.cs
- DataGridViewColumnDesigner.cs
- XPathNavigatorKeyComparer.cs
- IdentityNotMappedException.cs
- ApplicationServiceManager.cs
- COAUTHIDENTITY.cs
- InputProcessorProfilesLoader.cs
- AppearanceEditorPart.cs
- DateTime.cs
- ZipIOCentralDirectoryFileHeader.cs
- ObjectToIdCache.cs
- OleDbFactory.cs
- SqlError.cs
- ExpressionLexer.cs
- DynamicUpdateCommand.cs
- DescriptionAttribute.cs
- RTLAwareMessageBox.cs
- FileSystemEnumerable.cs
- ellipse.cs
- InputProcessorProfilesLoader.cs
- ToolZone.cs
- XamlGridLengthSerializer.cs
- SharedStatics.cs
- DependencyPropertyValueSerializer.cs
- DurableInstancingOptions.cs
- XPathNodeList.cs
- XmlSchemaAppInfo.cs
- CustomSignedXml.cs
- ButtonChrome.cs
- MsmqAuthenticationMode.cs
- QueryFunctions.cs
- EntitySqlQueryState.cs
- RolePrincipal.cs
- documentation.cs
- Collection.cs
- TableRow.cs
- TransportSecurityHelpers.cs
- FontCacheLogic.cs
- ApplicationServiceHelper.cs
- CheckPair.cs
- CheckBoxPopupAdapter.cs
- ConfigurationValues.cs
- EncryptedReference.cs
- Group.cs
- PropertyGrid.cs
- Function.cs
- ValidationError.cs
- UICuesEvent.cs
- AsymmetricKeyExchangeFormatter.cs
- XmlMemberMapping.cs
- ApplicationDirectory.cs
- SiteMapNodeItem.cs
- SqlCrossApplyToCrossJoin.cs
- WorkflowServiceHostFactory.cs
- LabelInfo.cs
- ControlSerializer.cs
- EndpointAddressMessageFilter.cs
- ItemContainerGenerator.cs
- FloaterBaseParagraph.cs
- MaskedTextBoxDesigner.cs
- HttpPostClientProtocol.cs
- InternalTypeHelper.cs
- XmlComplianceUtil.cs
- XmlSchemaSimpleContentRestriction.cs
- Unit.cs
- CodeAttributeArgument.cs
- DesignerTransactionCloseEvent.cs
- KeyValueConfigurationElement.cs
- DataListAutoFormat.cs
- AudioStateChangedEventArgs.cs
- SAPIEngineTypes.cs
- PassportAuthenticationEventArgs.cs