Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AsyncDataRequest.cs
- BitmapCodecInfo.cs
- HostnameComparisonMode.cs
- Geometry.cs
- LinqDataSource.cs
- TextStore.cs
- BitmapVisualManager.cs
- OdbcDataAdapter.cs
- VisualStyleTypesAndProperties.cs
- PathSegment.cs
- DiscoveryVersion.cs
- IdentifierService.cs
- SQLConvert.cs
- MenuScrollingVisibilityConverter.cs
- PerfCounters.cs
- DragCompletedEventArgs.cs
- SQLInt64Storage.cs
- AlternateView.cs
- InfiniteTimeSpanConverter.cs
- CodeBlockBuilder.cs
- WindowsHyperlink.cs
- InstanceContextManager.cs
- ApplicationContext.cs
- PackWebResponse.cs
- SettingsPropertyCollection.cs
- InheritedPropertyChangedEventArgs.cs
- Vector3DCollectionConverter.cs
- ExpressionNormalizer.cs
- ControlPropertyNameConverter.cs
- HorizontalAlignConverter.cs
- EmptyReadOnlyDictionaryInternal.cs
- SplitterCancelEvent.cs
- sqlnorm.cs
- MSAAEventDispatcher.cs
- ZoneLinkButton.cs
- BrowserCapabilitiesFactory.cs
- AsymmetricKeyExchangeFormatter.cs
- TemplateParser.cs
- FileDialog_Vista_Interop.cs
- NativeMethods.cs
- HandlerFactoryWrapper.cs
- RuntimeArgumentHandle.cs
- XPathNavigator.cs
- Terminate.cs
- BinaryExpression.cs
- TimersDescriptionAttribute.cs
- FragmentQueryKB.cs
- WebBrowserEvent.cs
- ElementProxy.cs
- CustomGrammar.cs
- FixedTextContainer.cs
- httpstaticobjectscollection.cs
- EventItfInfo.cs
- NetworkInformationException.cs
- COM2ICategorizePropertiesHandler.cs
- WebPartUtil.cs
- PrincipalPermission.cs
- HtmlHistory.cs
- HttpResponseHeader.cs
- GAC.cs
- HttpCacheParams.cs
- Quad.cs
- ObjectConverter.cs
- XmlTypeMapping.cs
- SpellerInterop.cs
- LoaderAllocator.cs
- PopOutPanel.cs
- DecoderExceptionFallback.cs
- TextAdaptor.cs
- DataPagerCommandEventArgs.cs
- arabicshape.cs
- FontFamilyIdentifier.cs
- InkCollectionBehavior.cs
- Size.cs
- NameValueFileSectionHandler.cs
- ToolCreatedEventArgs.cs
- LogExtent.cs
- ManagedFilter.cs
- EntityDataSourceDataSelection.cs
- TextSegment.cs
- WeakHashtable.cs
- XmlCDATASection.cs
- _ConnectStream.cs
- AsyncCompletedEventArgs.cs
- LoginUtil.cs
- CodeTypeParameter.cs
- DataServiceOperationContext.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- CompilerHelpers.cs
- DrawingGroup.cs
- ActivitiesCollection.cs
- SqlCachedBuffer.cs
- ToolStripArrowRenderEventArgs.cs
- DataGrid.cs
- SQLByteStorage.cs
- WebPartZoneCollection.cs
- SystemIPGlobalProperties.cs
- DecimalConstantAttribute.cs
- BCLDebug.cs
- StandardBindingOptionalReliableSessionElement.cs