Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SiteMapHierarchicalDataSourceView.cs
- DataPointer.cs
- FillErrorEventArgs.cs
- ListControl.cs
- OperatingSystem.cs
- InplaceBitmapMetadataWriter.cs
- CryptoProvider.cs
- SrgsElementList.cs
- FillErrorEventArgs.cs
- PrimarySelectionGlyph.cs
- HtmlUtf8RawTextWriter.cs
- SystemInfo.cs
- KnownTypesHelper.cs
- DBCSCodePageEncoding.cs
- ChangeInterceptorAttribute.cs
- SqlAliasesReferenced.cs
- Atom10FormatterFactory.cs
- WindowShowOrOpenTracker.cs
- DataGridCell.cs
- DataPointer.cs
- AssemblyUtil.cs
- NumericUpDownAcceleration.cs
- RemotingConfiguration.cs
- MenuItemCollection.cs
- Literal.cs
- AlternationConverter.cs
- SchemaComplexType.cs
- GeneralTransformCollection.cs
- FormsAuthenticationEventArgs.cs
- FileRecordSequenceHelper.cs
- InvalidTimeZoneException.cs
- ReferenceConverter.cs
- AspCompat.cs
- OleDbFactory.cs
- MouseGestureValueSerializer.cs
- InteropTrackingRecord.cs
- ListViewPagedDataSource.cs
- ListItemCollection.cs
- TeredoHelper.cs
- _FixedSizeReader.cs
- AsyncCompletedEventArgs.cs
- BitmapEffectGeneralTransform.cs
- SelectionBorderGlyph.cs
- odbcmetadatacollectionnames.cs
- PointAnimationBase.cs
- ConstructorNeedsTagAttribute.cs
- TextRange.cs
- XmlFormatExtensionAttribute.cs
- ContextMarshalException.cs
- SafeArrayRankMismatchException.cs
- _NetRes.cs
- UIElement3D.cs
- HMAC.cs
- WebBrowser.cs
- CategoryNameCollection.cs
- TemplatePartAttribute.cs
- KeyValueSerializer.cs
- SecurityContextTokenCache.cs
- Convert.cs
- ListViewItem.cs
- EventHandlerList.cs
- CodeDomDecompiler.cs
- PropertyBuilder.cs
- CodeTypeReferenceCollection.cs
- DataBoundControl.cs
- HTMLTagNameToTypeMapper.cs
- PingOptions.cs
- MediaPlayer.cs
- CodeSnippetCompileUnit.cs
- ButtonFieldBase.cs
- PriorityBinding.cs
- MessageSecurityOverTcpElement.cs
- EventEntry.cs
- IndentedWriter.cs
- TreeNodeEventArgs.cs
- sapiproxy.cs
- WebPart.cs
- Mappings.cs
- FacetDescription.cs
- InheritanceContextChangedEventManager.cs
- FileChangesMonitor.cs
- BookmarkInfo.cs
- DiscriminatorMap.cs
- SynchronizationHandlesCodeDomSerializer.cs
- XmlObjectSerializerContext.cs
- Types.cs
- CaseInsensitiveOrdinalStringComparer.cs
- SQLDateTime.cs
- SmiXetterAccessMap.cs
- LayoutInformation.cs
- SqlMetaData.cs
- UnsafeNativeMethods.cs
- Interop.cs
- DataGridViewCellStyle.cs
- OdbcInfoMessageEvent.cs
- DelegateArgument.cs
- GreenMethods.cs
- OleDbDataAdapter.cs
- ipaddressinformationcollection.cs
- SecurityTraceRecordHelper.cs