Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeLabeledStatement.cs / 1305376 / CodeLabeledStatement.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 CodeLabeledStatement : CodeStatement { private string label; private CodeStatement statement; ///[To be supplied.] ////// public CodeLabeledStatement() { } ///[To be supplied.] ////// public CodeLabeledStatement(string label) { this.label = label; } ///[To be supplied.] ////// public CodeLabeledStatement(string label, CodeStatement statement) { this.label = label; this.statement = statement; } ///[To be supplied.] ////// public string Label { get { return (label == null) ? string.Empty : label; } set { this.label = value; } } ///[To be supplied.] ////// public CodeStatement Statement { get { return statement; } set { this.statement = 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 CodeLabeledStatement : CodeStatement { private string label; private CodeStatement statement; ///[To be supplied.] ////// public CodeLabeledStatement() { } ///[To be supplied.] ////// public CodeLabeledStatement(string label) { this.label = label; } ///[To be supplied.] ////// public CodeLabeledStatement(string label, CodeStatement statement) { this.label = label; this.statement = statement; } ///[To be supplied.] ////// public string Label { get { return (label == null) ? string.Empty : label; } set { this.label = value; } } ///[To be supplied.] ////// public CodeStatement Statement { get { return statement; } set { this.statement = 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
- CompressionTransform.cs
- DBCSCodePageEncoding.cs
- SqlWebEventProvider.cs
- InstancePersistenceEvent.cs
- TraceLevelStore.cs
- QilPatternFactory.cs
- LinqDataSourceContextEventArgs.cs
- HttpContextServiceHost.cs
- _SSPIWrapper.cs
- FormClosedEvent.cs
- NativeMethods.cs
- PageStatePersister.cs
- FileDialogCustomPlace.cs
- TextBlockAutomationPeer.cs
- XPathNode.cs
- StorageEntityContainerMapping.cs
- IgnoreFlushAndCloseStream.cs
- TextTreeNode.cs
- PeerTransportListenAddressValidatorAttribute.cs
- StringArrayConverter.cs
- HandlerMappingMemo.cs
- OperationAbortedException.cs
- RequestSecurityTokenResponse.cs
- VBIdentifierNameEditor.cs
- PackagePart.cs
- MutableAssemblyCacheEntry.cs
- SrgsToken.cs
- RegexStringValidator.cs
- CheckoutException.cs
- GradientStop.cs
- DateTimePicker.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- CollectionsUtil.cs
- MissingSatelliteAssemblyException.cs
- FileDialogCustomPlacesCollection.cs
- Control.cs
- CmsInterop.cs
- ListControl.cs
- RepeatBehavior.cs
- ellipse.cs
- DataFormat.cs
- AutomationPattern.cs
- MimePart.cs
- _Win32.cs
- SqlOuterApplyReducer.cs
- HttpClientCertificate.cs
- DecoderReplacementFallback.cs
- AdapterSwitches.cs
- HWStack.cs
- ConfigurationFileMap.cs
- PreviewControlDesigner.cs
- PresentationAppDomainManager.cs
- DataServiceProviderMethods.cs
- RNGCryptoServiceProvider.cs
- DrawingContextDrawingContextWalker.cs
- TextWriter.cs
- __ConsoleStream.cs
- FeatureSupport.cs
- BuildProvider.cs
- DataService.cs
- InvalidFilterCriteriaException.cs
- TrackingServices.cs
- CompilerGlobalScopeAttribute.cs
- MessageQueuePermission.cs
- odbcmetadatacollectionnames.cs
- FunctionDefinition.cs
- UnsafeNativeMethodsTablet.cs
- SecurityKeyType.cs
- CodeRemoveEventStatement.cs
- InvokePattern.cs
- JavaScriptSerializer.cs
- XsdDuration.cs
- ServiceElement.cs
- WizardPanel.cs
- AsymmetricSignatureFormatter.cs
- ArrangedElement.cs
- MessageBox.cs
- SqlInfoMessageEvent.cs
- HttpRuntime.cs
- Symbol.cs
- ReadOnlyMetadataCollection.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- odbcmetadatacolumnnames.cs
- ElementAction.cs
- InvalidComObjectException.cs
- Int64.cs
- RewritingValidator.cs
- DataTransferEventArgs.cs
- RunClient.cs
- FeatureManager.cs
- SequentialOutput.cs
- BatchServiceHost.cs
- SplitterCancelEvent.cs
- UnsafeNativeMethods.cs
- Object.cs
- ConfigPathUtility.cs
- EmbeddedMailObject.cs
- ParameterCollection.cs
- SQLBinary.cs
- DataGridViewButtonColumn.cs