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
- TextDocumentView.cs
- StreamInfo.cs
- SettingsPropertyIsReadOnlyException.cs
- MethodInfo.cs
- BufferedReadStream.cs
- Environment.cs
- X509SubjectKeyIdentifierClause.cs
- ConnectionPoint.cs
- FontStretches.cs
- ObfuscationAttribute.cs
- InputBindingCollection.cs
- RequestDescription.cs
- UnauthorizedWebPart.cs
- FieldMetadata.cs
- ProtocolElement.cs
- CallContext.cs
- HttpStreamMessageEncoderFactory.cs
- HtmlForm.cs
- DrawingGroup.cs
- SecurityPermission.cs
- SByteStorage.cs
- OutputCacheSettings.cs
- DoubleCollectionConverter.cs
- StringSource.cs
- PtsPage.cs
- Animatable.cs
- MemoryPressure.cs
- SchemaNamespaceManager.cs
- DataSourceHelper.cs
- CompensableActivity.cs
- SymmetricCryptoHandle.cs
- WsdlImporter.cs
- Selection.cs
- BinaryWriter.cs
- KeyConverter.cs
- PageStatePersister.cs
- EventRecord.cs
- GradientStop.cs
- TypedServiceChannelBuilder.cs
- WebOperationContext.cs
- ObjectHandle.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ConnectionInterfaceCollection.cs
- Timeline.cs
- SchemaImporterExtensionsSection.cs
- PreservationFileReader.cs
- Quad.cs
- MetabaseSettings.cs
- ListViewCancelEventArgs.cs
- SafeFileMappingHandle.cs
- PropertyGeneratedEventArgs.cs
- User.cs
- ValueQuery.cs
- ClusterUtils.cs
- WorkflowOperationErrorHandler.cs
- XmlSchemaComplexContent.cs
- WebPartsSection.cs
- XmlDataSourceView.cs
- TriggerCollection.cs
- OptimalTextSource.cs
- SplitterDesigner.cs
- HtmlUtf8RawTextWriter.cs
- ClientType.cs
- CopyNodeSetAction.cs
- Boolean.cs
- Simplifier.cs
- EventLog.cs
- UInt64Storage.cs
- CompiledXpathExpr.cs
- ResolveDuplexCD1AsyncResult.cs
- DocumentViewerAutomationPeer.cs
- WebPartVerbCollection.cs
- ToolStripItem.cs
- ParallelTimeline.cs
- XamlClipboardData.cs
- filewebresponse.cs
- AdapterUtil.cs
- UriTemplateVariablePathSegment.cs
- ErrorStyle.cs
- Variable.cs
- StackOverflowException.cs
- SqlNodeTypeOperators.cs
- RegexFCD.cs
- SessionParameter.cs
- ScriptComponentDescriptor.cs
- PolyBezierSegment.cs
- TransactedReceiveScope.cs
- Dictionary.cs
- XamlSerializerUtil.cs
- WebPartCatalogCloseVerb.cs
- SimpleWorkerRequest.cs
- InvalidComObjectException.cs
- SchemaTypeEmitter.cs
- SiteMapNodeCollection.cs
- DiscoveryClientBindingElement.cs
- AutomationPatternInfo.cs
- SimplePropertyEntry.cs
- Substitution.cs
- TextFormatterContext.cs
- RecognizedPhrase.cs