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
- StyleXamlTreeBuilder.cs
- DesignTimeData.cs
- DataIdProcessor.cs
- TrustExchangeException.cs
- RoleManagerModule.cs
- StateMachineDesignerPaint.cs
- RuleSettings.cs
- FlowPosition.cs
- TextBreakpoint.cs
- DbConnectionStringBuilder.cs
- TypeBuilder.cs
- ByteViewer.cs
- safePerfProviderHandle.cs
- WmfPlaceableFileHeader.cs
- EnumConverter.cs
- SmtpMail.cs
- AspProxy.cs
- TTSVoice.cs
- EditBehavior.cs
- EventManager.cs
- SerialPort.cs
- RTLAwareMessageBox.cs
- UnsafePeerToPeerMethods.cs
- ScriptComponentDescriptor.cs
- DataGridTableCollection.cs
- ValidationEventArgs.cs
- FixedSOMPageElement.cs
- DataServiceQueryException.cs
- IgnoreFlushAndCloseStream.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- DiscoveryVersion.cs
- CalendarDesigner.cs
- CapabilitiesState.cs
- ASCIIEncoding.cs
- WindowsGraphics.cs
- SqlMetaData.cs
- InkSerializer.cs
- AbstractDataSvcMapFileLoader.cs
- xmlsaver.cs
- XPathScanner.cs
- RegistryExceptionHelper.cs
- QuestionEventArgs.cs
- WebConfigurationFileMap.cs
- ResourceDisplayNameAttribute.cs
- SizeConverter.cs
- HtmlImage.cs
- TreeViewHitTestInfo.cs
- UnescapedXmlDiagnosticData.cs
- TreeNodeClickEventArgs.cs
- ListControl.cs
- RelatedView.cs
- SHA256Cng.cs
- SiteOfOriginContainer.cs
- BaseAddressPrefixFilterElementCollection.cs
- DBCommand.cs
- EventSinkHelperWriter.cs
- GorillaCodec.cs
- ContentDisposition.cs
- FaultPropagationRecord.cs
- ImportOptions.cs
- XmlDomTextWriter.cs
- TypeHelpers.cs
- ServiceActivationException.cs
- IisTraceWebEventProvider.cs
- Parameter.cs
- WebPartConnectionsDisconnectVerb.cs
- RowUpdatingEventArgs.cs
- EventListenerClientSide.cs
- OpCopier.cs
- CookielessHelper.cs
- SemanticAnalyzer.cs
- WindowInteropHelper.cs
- Formatter.cs
- SmiXetterAccessMap.cs
- ManipulationCompletedEventArgs.cs
- FontUnitConverter.cs
- HeaderedContentControl.cs
- InternalBase.cs
- ExtenderProvidedPropertyAttribute.cs
- SchemaNamespaceManager.cs
- ButtonBaseAutomationPeer.cs
- SystemMulticastIPAddressInformation.cs
- TypeHelpers.cs
- XmlDataSourceView.cs
- Message.cs
- DesigntimeLicenseContext.cs
- ClientSettingsProvider.cs
- ThreadExceptionDialog.cs
- XmlUnspecifiedAttribute.cs
- PluralizationService.cs
- CalendarButton.cs
- SemanticResolver.cs
- StructureChangedEventArgs.cs
- CodeValidator.cs
- EpmSyndicationContentDeSerializer.cs
- TraversalRequest.cs
- Pkcs7Signer.cs
- MarkupCompiler.cs
- ChannelCredentials.cs
- DropShadowEffect.cs