Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / Diagnostics / SwitchLevelAttribute.cs / 1305376 / 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; } } } } // 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
- EventDescriptorCollection.cs
- TypeElement.cs
- EdmTypeAttribute.cs
- ConsoleCancelEventArgs.cs
- CalendarData.cs
- TypeTypeConverter.cs
- OpenFileDialog.cs
- DataSourceCache.cs
- Buffer.cs
- UrlAuthorizationModule.cs
- FixUp.cs
- BCLDebug.cs
- CssClassPropertyAttribute.cs
- BitSet.cs
- BasicCommandTreeVisitor.cs
- RichTextBox.cs
- PhysicalAddress.cs
- SortedList.cs
- PresentationSource.cs
- MetafileHeaderEmf.cs
- InfoCardTraceRecord.cs
- ThaiBuddhistCalendar.cs
- WindowsListViewItemStartMenu.cs
- TemplateAction.cs
- ByteKeyFrameCollection.cs
- BindableAttribute.cs
- BatchServiceHost.cs
- PackagePart.cs
- WebPartCloseVerb.cs
- Win32KeyboardDevice.cs
- TdsRecordBufferSetter.cs
- OracleCommand.cs
- GroupBoxDesigner.cs
- CategoriesDocument.cs
- DataControlButton.cs
- KeysConverter.cs
- SafePointer.cs
- _SslState.cs
- PeerCollaboration.cs
- ClientSession.cs
- RuleElement.cs
- relpropertyhelper.cs
- TCPListener.cs
- RemotingException.cs
- Socket.cs
- SelectionListComponentEditor.cs
- RemotingAttributes.cs
- TextParaLineResult.cs
- Vector3D.cs
- PartialCachingAttribute.cs
- FileVersion.cs
- UInt32Storage.cs
- DataObject.cs
- FormatConvertedBitmap.cs
- CompiledXpathExpr.cs
- FontSourceCollection.cs
- ToolboxItem.cs
- CuspData.cs
- XmlBinaryReaderSession.cs
- UserControl.cs
- WindowsListViewItemCheckBox.cs
- MexHttpsBindingCollectionElement.cs
- IntSecurity.cs
- IsolatedStorageFile.cs
- EdmComplexPropertyAttribute.cs
- DBCSCodePageEncoding.cs
- SQlBooleanStorage.cs
- RouteValueDictionary.cs
- InputScopeManager.cs
- StronglyTypedResourceBuilder.cs
- SetState.cs
- ObjectPersistData.cs
- DuplicateWaitObjectException.cs
- GetMemberBinder.cs
- ProviderConnectionPoint.cs
- HtmlShimManager.cs
- ZipIORawDataFileBlock.cs
- WebColorConverter.cs
- SByte.cs
- DefaultProxySection.cs
- SqlFactory.cs
- CodeDelegateCreateExpression.cs
- StyleBamlRecordReader.cs
- TableChangeProcessor.cs
- DesignerView.xaml.cs
- XmlSchemaComplexContent.cs
- ContainerUtilities.cs
- WebReferencesBuildProvider.cs
- FaultDescriptionCollection.cs
- InputBinding.cs
- MaterialGroup.cs
- SamlAttribute.cs
- RectangleF.cs
- GlyphingCache.cs
- UriTemplateTable.cs
- AnnotationResourceCollection.cs
- URLIdentityPermission.cs
- ClickablePoint.cs
- AxisAngleRotation3D.cs
- FaultDescriptionCollection.cs