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
- DataGridBoundColumn.cs
- RsaSecurityKey.cs
- DocumentPageViewAutomationPeer.cs
- DataRecord.cs
- RewritingPass.cs
- DecimalFormatter.cs
- RelatedCurrencyManager.cs
- XmlSchemaParticle.cs
- ObjectParameterCollection.cs
- TaiwanCalendar.cs
- DecimalSumAggregationOperator.cs
- SessionSwitchEventArgs.cs
- DiscardableAttribute.cs
- ResXBuildProvider.cs
- ZipFileInfo.cs
- XmlAnyElementAttribute.cs
- initElementDictionary.cs
- ErrorHandler.cs
- TextParagraphProperties.cs
- ToolStripContainerActionList.cs
- CharacterBuffer.cs
- _ListenerAsyncResult.cs
- CipherData.cs
- TextSchema.cs
- StateDesignerConnector.cs
- HostVisual.cs
- CreateUserErrorEventArgs.cs
- FieldReference.cs
- TextCompositionManager.cs
- InputScope.cs
- DataGridViewCellStyle.cs
- ImageBrush.cs
- XmlBinaryWriter.cs
- TableLayoutPanelDesigner.cs
- NetPeerTcpBinding.cs
- TextBoxView.cs
- TriggerAction.cs
- Baml2006SchemaContext.cs
- CodeAttributeArgumentCollection.cs
- InlineUIContainer.cs
- DataListCommandEventArgs.cs
- Resources.Designer.cs
- NumberSubstitution.cs
- SmiXetterAccessMap.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- UIAgentAsyncBeginRequest.cs
- BlurEffect.cs
- Size.cs
- XmlSerializerVersionAttribute.cs
- EntityCommandExecutionException.cs
- XmlMemberMapping.cs
- ButtonRenderer.cs
- TextEditorTyping.cs
- UserNameSecurityTokenAuthenticator.cs
- HMACSHA1.cs
- RandomNumberGenerator.cs
- MouseBinding.cs
- PostBackOptions.cs
- HealthMonitoringSectionHelper.cs
- MenuItemBindingCollection.cs
- SourceLineInfo.cs
- Brushes.cs
- QuadraticBezierSegment.cs
- ErrorFormatterPage.cs
- QilDataSource.cs
- FolderBrowserDialogDesigner.cs
- RemotingAttributes.cs
- ResourceExpression.cs
- MDIControlStrip.cs
- Base64Encoding.cs
- dataprotectionpermission.cs
- ResXResourceSet.cs
- URL.cs
- QueryOutputWriter.cs
- StringDictionaryEditor.cs
- InternalTypeHelper.cs
- WCFServiceClientProxyGenerator.cs
- ImageListStreamer.cs
- BodyGlyph.cs
- TraceLevelHelper.cs
- UnsafeMethods.cs
- SQLDateTimeStorage.cs
- Variant.cs
- CompilationRelaxations.cs
- AtomMaterializer.cs
- WorkflowInstanceProvider.cs
- ConfigurationStrings.cs
- DataGridViewRowCancelEventArgs.cs
- CultureSpecificStringDictionary.cs
- EntitySetRetriever.cs
- GenericEnumerator.cs
- CqlLexer.cs
- TraceLog.cs
- DocumentApplicationJournalEntry.cs
- DSACryptoServiceProvider.cs
- NamedPipeProcessProtocolHandler.cs
- WindowVisualStateTracker.cs
- MediaContext.cs
- ToolBarButton.cs
- TextFormatterContext.cs