Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DrawingVisualDrawingContext.cs
- ellipse.cs
- MetabaseReader.cs
- MatrixAnimationBase.cs
- InstanceContextManager.cs
- PictureBox.cs
- ListViewGroup.cs
- PngBitmapDecoder.cs
- ImageButton.cs
- ColumnCollection.cs
- HttpCookie.cs
- EntityDataSourceChangedEventArgs.cs
- SharedPerformanceCounter.cs
- AxImporter.cs
- OleDbStruct.cs
- DataServiceQueryOfT.cs
- RadialGradientBrush.cs
- DispatcherExceptionEventArgs.cs
- RawStylusInputReport.cs
- DynamicValidatorEventArgs.cs
- ValuePattern.cs
- SkewTransform.cs
- documentsequencetextview.cs
- BypassElement.cs
- NTAccount.cs
- RegexCode.cs
- DataRow.cs
- CanExecuteRoutedEventArgs.cs
- ScrollPattern.cs
- GlyphRunDrawing.cs
- SqlNodeAnnotation.cs
- NumberFunctions.cs
- VectorConverter.cs
- IntSecurity.cs
- PasswordPropertyTextAttribute.cs
- LocatorPartList.cs
- InputLanguage.cs
- EntityDataSourceViewSchema.cs
- PerfService.cs
- CellIdBoolean.cs
- SafeSecurityHandles.cs
- TypeLoadException.cs
- SqlRemoveConstantOrderBy.cs
- Helpers.cs
- PenLineCapValidation.cs
- DefinitionProperties.cs
- StrokeRenderer.cs
- ColumnClickEvent.cs
- GlyphsSerializer.cs
- BookmarkResumptionRecord.cs
- propertyentry.cs
- User.cs
- FlowDocument.cs
- WSFederationHttpBindingElement.cs
- WebPartExportVerb.cs
- ToolStripPanelRenderEventArgs.cs
- PageFunction.cs
- DataServiceQuery.cs
- XmlDocumentType.cs
- DropTarget.cs
- BitmapEffectDrawingContent.cs
- DataGridState.cs
- RoutedEventValueSerializer.cs
- XmlWhitespace.cs
- PropertyEntry.cs
- CFStream.cs
- _OSSOCK.cs
- CharAnimationBase.cs
- xmlsaver.cs
- WinInetCache.cs
- ObjectDataSourceView.cs
- PerformanceCounterScope.cs
- SqlNodeAnnotation.cs
- RegexStringValidatorAttribute.cs
- SubclassTypeValidator.cs
- DSASignatureFormatter.cs
- PagePropertiesChangingEventArgs.cs
- SocketPermission.cs
- NamespaceImport.cs
- ConfigurationSectionGroup.cs
- XPathNodePointer.cs
- SchemaNotation.cs
- Converter.cs
- BitmapEffect.cs
- ContextQuery.cs
- EnvironmentPermission.cs
- LambdaCompiler.Address.cs
- HeaderUtility.cs
- SiblingIterators.cs
- FamilyCollection.cs
- WindowsComboBox.cs
- GridViewColumn.cs
- AttributeConverter.cs
- ChangePasswordAutoFormat.cs
- RichTextBoxConstants.cs
- HttpHeaderCollection.cs
- MetadataHelper.cs
- ScrollEvent.cs
- ControllableStoryboardAction.cs
- XmlSchemaElement.cs