Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- PhysicalAddress.cs
- DBConcurrencyException.cs
- MoveSizeWinEventHandler.cs
- DataObjectSettingDataEventArgs.cs
- MetadataImporterQuotas.cs
- DeadCharTextComposition.cs
- WebMessageBodyStyleHelper.cs
- Matrix3DStack.cs
- SafeReversePInvokeHandle.cs
- XmlEncodedRawTextWriter.cs
- ImageList.cs
- View.cs
- securitycriticaldataformultiplegetandset.cs
- StickyNoteHelper.cs
- AssemblyBuilder.cs
- odbcmetadatafactory.cs
- ToolStripOverflow.cs
- RequestSecurityTokenResponse.cs
- TextServicesHost.cs
- SqlResolver.cs
- prompt.cs
- QuestionEventArgs.cs
- AlignmentXValidation.cs
- ItemContainerGenerator.cs
- KeyInstance.cs
- ParameterModifier.cs
- TextFormatterHost.cs
- ReturnEventArgs.cs
- oledbconnectionstring.cs
- ImageListUtils.cs
- WindowsContainer.cs
- MatrixConverter.cs
- UserValidatedEventArgs.cs
- WebPartConnectionsCancelVerb.cs
- PresentationTraceSources.cs
- CodeCompiler.cs
- ZipIOFileItemStream.cs
- XmlUTF8TextReader.cs
- ListParaClient.cs
- _SslStream.cs
- WindowsGraphicsCacheManager.cs
- MouseGestureConverter.cs
- OrderByExpression.cs
- DrawItemEvent.cs
- KoreanLunisolarCalendar.cs
- adornercollection.cs
- MediaElement.cs
- MenuScrollingVisibilityConverter.cs
- PointHitTestParameters.cs
- ForceCopyBuildProvider.cs
- UInt64Storage.cs
- XmlUTF8TextReader.cs
- BorderSidesEditor.cs
- ObjectCloneHelper.cs
- FastPropertyAccessor.cs
- TemplateBuilder.cs
- MediaContextNotificationWindow.cs
- AVElementHelper.cs
- ListItemParagraph.cs
- EntityConnection.cs
- GridItemProviderWrapper.cs
- EditorZoneBase.cs
- DataGridViewLinkColumn.cs
- DateTimeConverter.cs
- ListViewAutomationPeer.cs
- BindingList.cs
- ByteStorage.cs
- PixelFormatConverter.cs
- StandardBindingElementCollection.cs
- CacheOutputQuery.cs
- ListView.cs
- _emptywebproxy.cs
- EncryptedPackageFilter.cs
- QueryResults.cs
- BaseTemplateBuildProvider.cs
- TdsParserSessionPool.cs
- EventlogProvider.cs
- FixedSOMSemanticBox.cs
- FormCollection.cs
- StructureChangedEventArgs.cs
- X509Certificate2.cs
- SQLCharsStorage.cs
- ServiceDebugElement.cs
- XXXInfos.cs
- PassportIdentity.cs
- BindingGroup.cs
- TrustSection.cs
- ResourceDescriptionAttribute.cs
- WindowsListViewScroll.cs
- SqlFileStream.cs
- PresentationTraceSources.cs
- SchemaImporterExtension.cs
- ResourceDefaultValueAttribute.cs
- MimeObjectFactory.cs
- TreeNodeCollection.cs
- ObjectDataSourceMethodEventArgs.cs
- WmfPlaceableFileHeader.cs
- TextEditorCopyPaste.cs
- GreaterThan.cs
- XmlAnyElementAttribute.cs