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
- ServiceHttpModule.cs
- GetLedgerEntryForRecipientRequest.cs
- QueryStringConverter.cs
- SqlBulkCopyColumnMappingCollection.cs
- SerialPinChanges.cs
- StringSorter.cs
- VersionedStream.cs
- PackUriHelper.cs
- ObjectHelper.cs
- DateTimeUtil.cs
- SqlWebEventProvider.cs
- RemotingException.cs
- ResXDataNode.cs
- QuadraticBezierSegment.cs
- TextBox.cs
- MultipartIdentifier.cs
- OutputCacheProfile.cs
- CornerRadiusConverter.cs
- Stream.cs
- BlurEffect.cs
- Missing.cs
- serverconfig.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- OpCodes.cs
- SecurityTokenReferenceStyle.cs
- JournalEntry.cs
- MetadataCollection.cs
- CommandHelpers.cs
- _BaseOverlappedAsyncResult.cs
- Timer.cs
- Properties.cs
- SoapFault.cs
- EntityWrapper.cs
- SafeRegistryKey.cs
- ItemsControl.cs
- CodeExpressionStatement.cs
- CompatibleComparer.cs
- DataGridColumnDropSeparator.cs
- EncoderParameter.cs
- ProgressiveCrcCalculatingStream.cs
- CapabilitiesSection.cs
- TypedTableBase.cs
- FileNotFoundException.cs
- ResourceExpressionBuilder.cs
- Expressions.cs
- ResourcePermissionBaseEntry.cs
- XmlSchemaDatatype.cs
- RawUIStateInputReport.cs
- XPathParser.cs
- ImportCatalogPart.cs
- _Events.cs
- MimeParameterWriter.cs
- GifBitmapEncoder.cs
- PictureBox.cs
- CompositeFontFamily.cs
- HighlightComponent.cs
- NameValueCollection.cs
- CachedPathData.cs
- ClickablePoint.cs
- WsiProfilesElementCollection.cs
- TypeKeyValue.cs
- SqlTypeSystemProvider.cs
- AutomationIdentifierGuids.cs
- Wildcard.cs
- AnimatedTypeHelpers.cs
- EnumUnknown.cs
- X509Chain.cs
- PackageRelationship.cs
- ControlsConfig.cs
- CryptoHelper.cs
- SQLChars.cs
- ScrollBar.cs
- HtmlElementCollection.cs
- DragDrop.cs
- RepeatButton.cs
- SqlFunctionAttribute.cs
- BaseTemplateCodeDomTreeGenerator.cs
- CodeAccessPermission.cs
- DeclarativeCatalogPart.cs
- TimeSpanMinutesConverter.cs
- SafeArrayTypeMismatchException.cs
- querybuilder.cs
- DelegateSerializationHolder.cs
- DiscoveryMessageSequence11.cs
- BooleanSwitch.cs
- ConfigurationSectionHelper.cs
- HMACSHA256.cs
- DataGridViewDataErrorEventArgs.cs
- CompilerResults.cs
- SystemShuttingDownException.cs
- WebPartPersonalization.cs
- ConfigXmlComment.cs
- Update.cs
- Unit.cs
- ResXResourceReader.cs
- ApplicationException.cs
- InputLanguageManager.cs
- X509SecurityTokenAuthenticator.cs
- SqlInternalConnectionTds.cs
- WebPartEditorCancelVerb.cs