Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeGotoStatement.cs / 1305376 / CodeGotoStatement.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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.] ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- ObjectDataSourceDisposingEventArgs.cs
- QueryOutputWriter.cs
- ToolStripContainer.cs
- TemplateBamlTreeBuilder.cs
- CategoryGridEntry.cs
- ArraySet.cs
- OperationCanceledException.cs
- PageHandlerFactory.cs
- HMACSHA512.cs
- SqlNotificationRequest.cs
- ConstNode.cs
- InternalCompensate.cs
- WebUtility.cs
- Cursors.cs
- AttributeProviderAttribute.cs
- RequestTimeoutManager.cs
- TransactionFlowAttribute.cs
- ApplicationSettingsBase.cs
- Socket.cs
- CodeArrayIndexerExpression.cs
- DataListItem.cs
- CodeNamespace.cs
- XmlQueryCardinality.cs
- ImageList.cs
- DocComment.cs
- GridViewColumnHeaderAutomationPeer.cs
- RequestCacheManager.cs
- ObjectCacheSettings.cs
- PanelStyle.cs
- Site.cs
- MSHTMLHost.cs
- MissingMethodException.cs
- UriExt.cs
- DataTrigger.cs
- CodeNamespace.cs
- ImageKeyConverter.cs
- EncodingStreamWrapper.cs
- TextTreeTextNode.cs
- PeerNearMe.cs
- Comparer.cs
- GeneralTransform2DTo3DTo2D.cs
- AttributedMetaModel.cs
- SqlCachedBuffer.cs
- ProfileModule.cs
- TdsParserStaticMethods.cs
- URLString.cs
- GlyphRunDrawing.cs
- DesignerActionVerbList.cs
- HTTPNotFoundHandler.cs
- IgnoreFileBuildProvider.cs
- Vector3D.cs
- ContainerAction.cs
- SelectQueryOperator.cs
- ByValueEqualityComparer.cs
- DataView.cs
- PermissionSetEnumerator.cs
- FormattedText.cs
- SqlInternalConnectionTds.cs
- SponsorHelper.cs
- WebPartChrome.cs
- TextServicesCompartmentContext.cs
- PresentationTraceSources.cs
- KeyValueInternalCollection.cs
- AnnotationDocumentPaginator.cs
- Expander.cs
- CompiledRegexRunnerFactory.cs
- TemplateEditingService.cs
- DataKey.cs
- ToolStripLabel.cs
- Ref.cs
- ResourceDescriptionAttribute.cs
- TileBrush.cs
- FilterableAttribute.cs
- RectangleGeometry.cs
- Privilege.cs
- GlyphRun.cs
- SelectionEditor.cs
- TraceSection.cs
- InputScope.cs
- ProfileSection.cs
- WindowInteropHelper.cs
- ApplicationContext.cs
- XmlSchemaSequence.cs
- ChangeInterceptorAttribute.cs
- FigureHelper.cs
- XamlParser.cs
- TreeViewEvent.cs
- Grant.cs
- OleDbRowUpdatedEvent.cs
- RightsManagementManager.cs
- FixedFlowMap.cs
- SystemTcpStatistics.cs
- InputLanguage.cs
- ParamArrayAttribute.cs
- MetadataItemCollectionFactory.cs
- ShellProvider.cs
- ConfigurationManagerInternal.cs
- SecurityToken.cs
- PolyBezierSegment.cs
- CompareValidator.cs