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
- BatchStream.cs
- COM2PictureConverter.cs
- ResourceDescriptionAttribute.cs
- OleDbCommand.cs
- diagnosticsswitches.cs
- RuleConditionDialog.cs
- StringUtil.cs
- RowType.cs
- PageThemeBuildProvider.cs
- ArglessEventHandlerProxy.cs
- Size.cs
- BooleanConverter.cs
- LessThanOrEqual.cs
- DynamicRenderer.cs
- CollectionViewGroupInternal.cs
- Permission.cs
- LinkUtilities.cs
- Triplet.cs
- Events.cs
- CodeMemberMethod.cs
- HandleRef.cs
- UseManagedPresentationBindingElementImporter.cs
- HtmlTable.cs
- WebPartHelpVerb.cs
- Header.cs
- sapiproxy.cs
- ErrorReporting.cs
- OracleFactory.cs
- MultilineStringEditor.cs
- HeaderLabel.cs
- ItemDragEvent.cs
- ApplicationSecurityManager.cs
- SchemaNotation.cs
- ChameleonKey.cs
- Panel.cs
- RegexMatchCollection.cs
- DecimalStorage.cs
- HeaderCollection.cs
- Model3D.cs
- BaseTemplateParser.cs
- BufferedGraphicsContext.cs
- CmsInterop.cs
- XsdValidatingReader.cs
- StringUtil.cs
- SystemIPInterfaceStatistics.cs
- MeshGeometry3D.cs
- EmptyStringExpandableObjectConverter.cs
- ArraySegment.cs
- HttpValueCollection.cs
- log.cs
- QuaternionValueSerializer.cs
- XmlName.cs
- DataKey.cs
- KnownTypesHelper.cs
- DataObjectMethodAttribute.cs
- DecimalStorage.cs
- Converter.cs
- ListViewUpdateEventArgs.cs
- CollectionChangeEventArgs.cs
- HealthMonitoringSection.cs
- ConnectionOrientedTransportChannelListener.cs
- ExitEventArgs.cs
- ThrowOnMultipleAssignment.cs
- VerificationAttribute.cs
- Axis.cs
- CodeStatement.cs
- VolatileEnlistmentState.cs
- Errors.cs
- CommonXSendMessage.cs
- TabPanel.cs
- FileLoadException.cs
- RegexGroupCollection.cs
- XsltOutput.cs
- cryptoapiTransform.cs
- TextEditorTyping.cs
- TransactionState.cs
- TypeDescriptor.cs
- BulletedList.cs
- WebUtil.cs
- XmlStreamedByteStreamReader.cs
- RenderTargetBitmap.cs
- RtfToXamlLexer.cs
- Matrix.cs
- LayoutEvent.cs
- UnhandledExceptionEventArgs.cs
- ListSortDescription.cs
- XPathDocumentBuilder.cs
- CfgParser.cs
- DocumentGridPage.cs
- DeferredTextReference.cs
- TerminatingOperationBehavior.cs
- SelectQueryOperator.cs
- EFTableProvider.cs
- ValueChangedEventManager.cs
- XmlSchemaExternal.cs
- CryptoProvider.cs
- ArrayList.cs
- XmlSchemaAnnotation.cs
- Label.cs
- UnsafeNativeMethods.cs