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
- SplitterCancelEvent.cs
- RpcResponse.cs
- ReturnType.cs
- WebScriptClientGenerator.cs
- Calendar.cs
- CodeLabeledStatement.cs
- XamlDesignerSerializationManager.cs
- SimpleExpression.cs
- DataRowChangeEvent.cs
- TraceRecord.cs
- CommandCollectionEditor.cs
- IisTraceWebEventProvider.cs
- SettingsContext.cs
- FrameworkElement.cs
- SmiMetaDataProperty.cs
- PrintDialogException.cs
- SecuritySessionFilter.cs
- SectionInput.cs
- SymLanguageVendor.cs
- DeleteMemberBinder.cs
- ProfileServiceManager.cs
- VoiceInfo.cs
- InstancePersistenceCommandException.cs
- BrowsableAttribute.cs
- SocketException.cs
- _Win32.cs
- NetCodeGroup.cs
- ScrollItemProviderWrapper.cs
- IndependentAnimationStorage.cs
- DPTypeDescriptorContext.cs
- LiteralTextContainerControlBuilder.cs
- TimeoutValidationAttribute.cs
- HyperLinkColumn.cs
- DrawingCollection.cs
- ThrowHelper.cs
- WebPartConnection.cs
- View.cs
- EmptyEnumerator.cs
- SqlNotificationRequest.cs
- TextBox.cs
- Color.cs
- WebServiceTypeData.cs
- BinaryObjectWriter.cs
- XmlDeclaration.cs
- WebPartZoneDesigner.cs
- SecureStringHasher.cs
- ByteRangeDownloader.cs
- X509Utils.cs
- ObjectParameter.cs
- DependencyObjectCodeDomSerializer.cs
- TaiwanLunisolarCalendar.cs
- ConfigurationManagerHelperFactory.cs
- NavigationWindowAutomationPeer.cs
- WindowsSysHeader.cs
- basemetadatamappingvisitor.cs
- XmlSchemaComplexType.cs
- COM2PropertyPageUITypeConverter.cs
- WindowsFormsLinkLabel.cs
- EntityDataSourceMemberPath.cs
- ZoneLinkButton.cs
- ObjectDataSourceView.cs
- BatchWriter.cs
- ForEachAction.cs
- XLinq.cs
- ApplicationManager.cs
- WebControl.cs
- CreateUserWizard.cs
- InsufficientExecutionStackException.cs
- DataGridViewImageColumn.cs
- HasCopySemanticsAttribute.cs
- XmlTypeAttribute.cs
- TreeViewItemAutomationPeer.cs
- BaseDataBoundControl.cs
- ResourceSet.cs
- Preprocessor.cs
- InvocationExpression.cs
- StreamWriter.cs
- ToolStripGrip.cs
- SqlReorderer.cs
- Model3DCollection.cs
- SrgsText.cs
- HttpModuleCollection.cs
- PropertyAccessVisitor.cs
- RequestResponse.cs
- ConfigurationValue.cs
- RegistrationProxy.cs
- XmlSchemaSimpleContentRestriction.cs
- TreeViewEvent.cs
- FileSecurity.cs
- XmlValueConverter.cs
- StringAnimationBase.cs
- VisualStates.cs
- CallbackValidatorAttribute.cs
- IntersectQueryOperator.cs
- Fonts.cs
- DataStreamFromComStream.cs
- CodeTypeMember.cs
- SmtpSection.cs
- ExcCanonicalXml.cs
- StyleCollectionEditor.cs