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
- SqlFormatter.cs
- UITypeEditor.cs
- coordinatorscratchpad.cs
- LZCodec.cs
- TreeNode.cs
- EdmPropertyAttribute.cs
- ZoneLinkButton.cs
- LinqDataSource.cs
- RelationalExpressions.cs
- ButtonChrome.cs
- HijriCalendar.cs
- ColorAnimationBase.cs
- VersionPair.cs
- SafeEventLogReadHandle.cs
- InlinedAggregationOperatorEnumerator.cs
- BaseServiceProvider.cs
- Version.cs
- Filter.cs
- AdapterDictionary.cs
- XhtmlTextWriter.cs
- AnimationLayer.cs
- _IPv4Address.cs
- ProviderSettings.cs
- SQLByte.cs
- DateTimeFormatInfo.cs
- xmlglyphRunInfo.cs
- WebPartEditorCancelVerb.cs
- AssemblyBuilder.cs
- TemplateField.cs
- ResourceWriter.cs
- PhysicalFontFamily.cs
- SymLanguageType.cs
- ApplyImportsAction.cs
- MarginCollapsingState.cs
- ReadOnlyDictionary.cs
- HostedController.cs
- ContravarianceAdapter.cs
- SchemaSetCompiler.cs
- SoapAttributeAttribute.cs
- PropertyMap.cs
- Int32Converter.cs
- DbTransaction.cs
- TextParentUndoUnit.cs
- Keyboard.cs
- ApplyHostConfigurationBehavior.cs
- DisplayInformation.cs
- DrawingVisualDrawingContext.cs
- FixedFlowMap.cs
- ResourceWriter.cs
- DataGridComponentEditor.cs
- storepermission.cs
- AdornerDecorator.cs
- ScopedKnownTypes.cs
- ToolStripControlHost.cs
- XmlSchemaSimpleContent.cs
- ControlPaint.cs
- LayoutDump.cs
- SelectionListDesigner.cs
- CodeConstructor.cs
- FileDialogPermission.cs
- RefreshEventArgs.cs
- EdmComplexTypeAttribute.cs
- QilNode.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- XmlValueConverter.cs
- ExpressionReplacer.cs
- SystemTcpConnection.cs
- XmlSchemaCollection.cs
- SchemaCreator.cs
- ConfigurationManager.cs
- ViewManagerAttribute.cs
- ConfigXmlSignificantWhitespace.cs
- PerformanceCountersElement.cs
- ObjectMemberMapping.cs
- DoubleLink.cs
- isolationinterop.cs
- TextBoxBase.cs
- StringCollectionMarkupSerializer.cs
- DifferencingCollection.cs
- WebControlAdapter.cs
- CorrelationManager.cs
- TableAutomationPeer.cs
- Peer.cs
- MailWebEventProvider.cs
- InputLangChangeRequestEvent.cs
- XPathNodeInfoAtom.cs
- XamlToRtfWriter.cs
- PatternMatcher.cs
- RuleSettingsCollection.cs
- HitTestDrawingContextWalker.cs
- QilTypeChecker.cs
- SqlDataReaderSmi.cs
- GroupBoxAutomationPeer.cs
- CodeRegionDirective.cs
- TextElementEnumerator.cs
- XmlSchemaCollection.cs
- SignatureResourcePool.cs
- SessionPageStateSection.cs
- DocumentPageView.cs
- PenContext.cs