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
- ObjectMemberMapping.cs
- DrawingServices.cs
- CheckBox.cs
- NeedSkipTokenVisitor.cs
- mda.cs
- TagPrefixAttribute.cs
- DocumentationServerProtocol.cs
- Column.cs
- ViewStateChangedEventArgs.cs
- DataSourceControl.cs
- WriteableOnDemandPackagePart.cs
- ImpersonateTokenRef.cs
- ConcurrentQueue.cs
- InvokeMethodActivity.cs
- ColumnWidthChangedEvent.cs
- DesignTimeParseData.cs
- AQNBuilder.cs
- EventMappingSettings.cs
- AssociationType.cs
- DynamicDocumentPaginator.cs
- CommandDevice.cs
- NameValuePair.cs
- QueryRewriter.cs
- BrushValueSerializer.cs
- TextTreeExtractElementUndoUnit.cs
- RawStylusInput.cs
- unsafenativemethodstextservices.cs
- LayoutTableCell.cs
- RSAOAEPKeyExchangeFormatter.cs
- DynamicRenderer.cs
- PKCS1MaskGenerationMethod.cs
- GeometryGroup.cs
- ColumnWidthChangingEvent.cs
- WaitHandleCannotBeOpenedException.cs
- CloudCollection.cs
- GroupQuery.cs
- PositiveTimeSpanValidatorAttribute.cs
- EmptyImpersonationContext.cs
- FormViewCommandEventArgs.cs
- PinnedBufferMemoryStream.cs
- OrderedDictionary.cs
- log.cs
- VarRefManager.cs
- BitStack.cs
- TrackBarRenderer.cs
- TextFormatter.cs
- FileDialogCustomPlace.cs
- ResizeGrip.cs
- Triplet.cs
- DesignerSerializerAttribute.cs
- GACMembershipCondition.cs
- CircleHotSpot.cs
- QilScopedVisitor.cs
- SqlInternalConnectionSmi.cs
- DispatchChannelSink.cs
- SqlRemoveConstantOrderBy.cs
- IdentityVerifier.cs
- ProtocolsConfiguration.cs
- RenderData.cs
- Configuration.cs
- ConfigXmlWhitespace.cs
- CharacterHit.cs
- ConfigurationException.cs
- EventToken.cs
- CodeAssignStatement.cs
- TimeStampChecker.cs
- CodeSubDirectoriesCollection.cs
- DoubleAnimationUsingKeyFrames.cs
- SQLByte.cs
- ISAPIRuntime.cs
- HeaderCollection.cs
- TreeBuilder.cs
- HtmlInputHidden.cs
- FrameDimension.cs
- CodeIdentifiers.cs
- ImageSourceConverter.cs
- RubberbandSelector.cs
- TcpClientCredentialType.cs
- CheckBox.cs
- DecoratedNameAttribute.cs
- LogExtentCollection.cs
- ToolBarButtonClickEvent.cs
- HashStream.cs
- AutomationPatternInfo.cs
- ToolStripMenuItem.cs
- OuterProxyWrapper.cs
- SafeCryptHandles.cs
- EdmItemCollection.cs
- PanelStyle.cs
- ObjectSelectorEditor.cs
- SmiEventSink_DeferedProcessing.cs
- Guid.cs
- MemoryPressure.cs
- CompositeControl.cs
- HotCommands.cs
- LogFlushAsyncResult.cs
- CoTaskMemSafeHandle.cs
- TextEffectCollection.cs
- VectorAnimation.cs
- DataTable.cs