Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeGotoStatement.cs / 1305376 / 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;
///
/// [To be supplied.]
///
[
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.
//------------------------------------------------------------------------------
//
//
// [....]
// 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;
///
/// [To be supplied.]
///
[
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WindowsPrincipal.cs
- ArrayTypeMismatchException.cs
- FixedPosition.cs
- SessionStateContainer.cs
- ActionFrame.cs
- ErrorHandler.cs
- TableLayoutSettings.cs
- CqlLexerHelpers.cs
- PropertyPushdownHelper.cs
- UnmanagedMemoryStreamWrapper.cs
- WmiEventSink.cs
- ColumnHeader.cs
- JsonGlobals.cs
- UInt64.cs
- CacheForPrimitiveTypes.cs
- COMException.cs
- Parser.cs
- PrintPreviewControl.cs
- XmlRootAttribute.cs
- InvalidOleVariantTypeException.cs
- AssemblyBuilderData.cs
- BrushConverter.cs
- CustomSignedXml.cs
- BuilderElements.cs
- CalendarDataBindingHandler.cs
- TraceContextEventArgs.cs
- SingleConverter.cs
- DeferredReference.cs
- UserPersonalizationStateInfo.cs
- GZipDecoder.cs
- PathTooLongException.cs
- NativeMethods.cs
- CacheAxisQuery.cs
- AppearanceEditorPart.cs
- AuthorizationRuleCollection.cs
- WeakReadOnlyCollection.cs
- Unit.cs
- TreeBuilder.cs
- Row.cs
- ObjectItemAssemblyLoader.cs
- ListenerElementsCollection.cs
- MultitargetUtil.cs
- NamedPipeChannelFactory.cs
- ActiveDocumentEvent.cs
- NegationPusher.cs
- BrowsableAttribute.cs
- ExternalFile.cs
- EdmConstants.cs
- BitmapEffect.cs
- SubtreeProcessor.cs
- SoapAttributeAttribute.cs
- SharedPerformanceCounter.cs
- CheckBoxBaseAdapter.cs
- OutOfMemoryException.cs
- ManipulationStartedEventArgs.cs
- DeflateEmulationStream.cs
- SecurityUtils.cs
- ControlValuePropertyAttribute.cs
- BridgeDataReader.cs
- DataGridItem.cs
- DBSchemaRow.cs
- PerspectiveCamera.cs
- QueueProcessor.cs
- TypeElement.cs
- SpecularMaterial.cs
- TriggerBase.cs
- UnitySerializationHolder.cs
- ItemTypeToolStripMenuItem.cs
- NotSupportedException.cs
- WebEventCodes.cs
- ColumnTypeConverter.cs
- ActivityValidator.cs
- WizardStepBase.cs
- HandoffBehavior.cs
- PageThemeBuildProvider.cs
- UrlMappingsSection.cs
- DependencyPropertyAttribute.cs
- CSharpCodeProvider.cs
- DelayDesigner.cs
- MonthChangedEventArgs.cs
- ToolBarButtonClickEvent.cs
- Timer.cs
- MailAddress.cs
- XmlNode.cs
- HttpHeaderCollection.cs
- WindowsListViewItemStartMenu.cs
- ProfileParameter.cs
- SerialPinChanges.cs
- PagedDataSource.cs
- HighlightComponent.cs
- Vector3DCollectionValueSerializer.cs
- MemoryPressure.cs
- CompiledIdentityConstraint.cs
- SimpleHandlerFactory.cs
- ChannelManagerBase.cs
- UIElementPropertyUndoUnit.cs
- embossbitmapeffect.cs
- GroupBoxRenderer.cs
- storepermissionattribute.cs
- LicenseProviderAttribute.cs