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 / CodeLabeledStatement.cs / 1 / CodeLabeledStatement.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 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.] ///// 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 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
- UriParserTemplates.cs
- NoResizeSelectionBorderGlyph.cs
- FlowDocumentPaginator.cs
- FunctionImportMapping.cs
- CheckoutException.cs
- IPGlobalProperties.cs
- DeviceContexts.cs
- SynchronizationContext.cs
- EntityDescriptor.cs
- UpdatableWrapper.cs
- BlockUIContainer.cs
- SelectedDatesCollection.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- LoginView.cs
- ToolStripItemGlyph.cs
- PropertyItemInternal.cs
- X500Name.cs
- MergeFailedEvent.cs
- SqlOuterApplyReducer.cs
- ScrollPattern.cs
- OdbcErrorCollection.cs
- BuildProviderInstallComponent.cs
- __FastResourceComparer.cs
- XmlChildNodes.cs
- SoapFormatter.cs
- Geometry3D.cs
- AspCompat.cs
- PolyQuadraticBezierSegment.cs
- RestClientProxyHandler.cs
- WebPartDisplayModeCollection.cs
- XmlAtomErrorReader.cs
- DictionaryEntry.cs
- BaseServiceProvider.cs
- SqlIdentifier.cs
- ContractNamespaceAttribute.cs
- CompileXomlTask.cs
- EntityCommand.cs
- AccessText.cs
- RNGCryptoServiceProvider.cs
- BufferBuilder.cs
- ResourceExpression.cs
- DataSourceHelper.cs
- SqlBuffer.cs
- SafeNativeMethods.cs
- SelfIssuedSamlTokenFactory.cs
- ProgramNode.cs
- CompiledIdentityConstraint.cs
- RelationHandler.cs
- OdbcConnectionHandle.cs
- ExceptionRoutedEventArgs.cs
- StringConverter.cs
- FileDialog.cs
- GenerateTemporaryTargetAssembly.cs
- XmlElementList.cs
- RuntimeEnvironment.cs
- Privilege.cs
- ReceiveSecurityHeaderElementManager.cs
- RadioButton.cs
- NonSerializedAttribute.cs
- TextContainerChangedEventArgs.cs
- DbProviderManifest.cs
- BadImageFormatException.cs
- SystemResourceHost.cs
- XmlExceptionHelper.cs
- UriTemplateTrieLocation.cs
- BoundingRectTracker.cs
- RC2CryptoServiceProvider.cs
- BuildDependencySet.cs
- ProcessHostConfigUtils.cs
- PropertyMappingExceptionEventArgs.cs
- CacheVirtualItemsEvent.cs
- MappingException.cs
- TakeOrSkipWhileQueryOperator.cs
- RenderCapability.cs
- MarshalByRefObject.cs
- NetSectionGroup.cs
- GraphicsPathIterator.cs
- EventHandlersDesigner.cs
- DataGridView.cs
- SqlConnectionPoolProviderInfo.cs
- HtmlHistory.cs
- NativeMethods.cs
- SearchExpression.cs
- SiteMapDataSourceView.cs
- VisualStyleRenderer.cs
- panel.cs
- DesignerWithHeader.cs
- DeclarationUpdate.cs
- ByteRangeDownloader.cs
- MimeMapping.cs
- JsonQueryStringConverter.cs
- PageTheme.cs
- FactoryMaker.cs
- WindowsScroll.cs
- PublisherMembershipCondition.cs
- TextRange.cs
- GenericTypeParameterBuilder.cs
- JsonEnumDataContract.cs
- SqlClientWrapperSmiStreamChars.cs
- CatchBlock.cs