Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeGotoStatement.cs / 1 / CodeGotoStatement.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeGotoStatement : CodeStatement { private string label; public CodeGotoStatement() { } public CodeGotoStatement(string label) { Label = label; } ///[To be supplied.] ////// public string Label { get { return label; } set { if (String.IsNullOrEmpty(value)) throw new ArgumentNullException("value"); this.label = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeGotoStatement : CodeStatement { private string label; public CodeGotoStatement() { } public CodeGotoStatement(string label) { Label = label; } ///[To be supplied.] ////// public string Label { get { return label; } set { if (String.IsNullOrEmpty(value)) throw new ArgumentNullException("value"); this.label = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StreamInfo.cs
- SourceItem.cs
- GeneralTransformCollection.cs
- PrintDialog.cs
- Win32KeyboardDevice.cs
- SchemaImporter.cs
- basecomparevalidator.cs
- DataGridViewBindingCompleteEventArgs.cs
- DocumentSchemaValidator.cs
- HMACRIPEMD160.cs
- Interfaces.cs
- ellipse.cs
- ParseElement.cs
- MissingMemberException.cs
- externdll.cs
- GetWinFXPath.cs
- Comparer.cs
- StrokeCollection2.cs
- TranslateTransform.cs
- __TransparentProxy.cs
- EventSchemaTraceListener.cs
- NameGenerator.cs
- XmlSchemas.cs
- CaseCqlBlock.cs
- ImageMap.cs
- MessageQueueInstaller.cs
- PropertyChangeTracker.cs
- BaseParaClient.cs
- ToolStripLocationCancelEventArgs.cs
- DependencyProperty.cs
- Stopwatch.cs
- DataServiceBehavior.cs
- CodeDomSerializationProvider.cs
- mediaclock.cs
- ValidationSettings.cs
- TrustManager.cs
- StateFinalizationDesigner.cs
- DoubleLinkList.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- ManualResetEvent.cs
- HttpProcessUtility.cs
- StdValidatorsAndConverters.cs
- ResourceDescriptionAttribute.cs
- CheckBox.cs
- HttpChannelBindingToken.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- EntityDataSourceViewSchema.cs
- CustomWebEventKey.cs
- WebEventCodes.cs
- DatePickerTextBox.cs
- TrustLevelCollection.cs
- CodeComment.cs
- Predicate.cs
- DataControlFieldCell.cs
- sqlser.cs
- DataGridViewLinkColumn.cs
- FlagsAttribute.cs
- InputReportEventArgs.cs
- BamlBinaryReader.cs
- SR.cs
- MemoryStream.cs
- InvalidEnumArgumentException.cs
- LocalizableAttribute.cs
- PartManifestEntry.cs
- ToolboxDataAttribute.cs
- CategoryNameCollection.cs
- SqlConnectionStringBuilder.cs
- HtmlInputHidden.cs
- Int32AnimationUsingKeyFrames.cs
- TextServicesManager.cs
- CalendarData.cs
- ApplicationProxyInternal.cs
- TreeNodeBindingCollection.cs
- BitmapVisualManager.cs
- _NetRes.cs
- StrokeNodeOperations2.cs
- CultureMapper.cs
- ReadingWritingEntityEventArgs.cs
- BitmapEffectGeneralTransform.cs
- NamedPipeTransportSecurity.cs
- ToolStripSplitButton.cs
- IconHelper.cs
- HtmlUtf8RawTextWriter.cs
- VisualBrush.cs
- FullTextBreakpoint.cs
- ConditionalBranch.cs
- ZipArchive.cs
- SpecularMaterial.cs
- OrderedDictionary.cs
- RepeatBehavior.cs
- GroupBoxRenderer.cs
- CapabilitiesState.cs
- ExpandableObjectConverter.cs
- OperandQuery.cs
- Visual3D.cs
- EventBuilder.cs
- ValidationService.cs
- OptimizedTemplateContentHelper.cs
- DbUpdateCommandTree.cs
- PerformanceCounterPermissionEntryCollection.cs