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
- ListViewContainer.cs
- ContentIterators.cs
- InstanceDescriptor.cs
- CustomAssemblyResolver.cs
- ConfigurationPropertyAttribute.cs
- DataGridParentRows.cs
- ZipIOExtraFieldZip64Element.cs
- AutoCompleteStringCollection.cs
- LinkClickEvent.cs
- COM2ComponentEditor.cs
- DataContractJsonSerializerOperationBehavior.cs
- SingleAnimationUsingKeyFrames.cs
- FragmentQuery.cs
- Event.cs
- ApplicationDirectory.cs
- DataContractJsonSerializer.cs
- XmlSchemaComplexContentExtension.cs
- XmlEncodedRawTextWriter.cs
- MessageTraceRecord.cs
- TypedRowGenerator.cs
- RayMeshGeometry3DHitTestResult.cs
- DesignConnection.cs
- WebResourceAttribute.cs
- MulticastIPAddressInformationCollection.cs
- CanonicalXml.cs
- ServiceModelSecurityTokenRequirement.cs
- WebMessageEncodingElement.cs
- MarkupExtensionReturnTypeAttribute.cs
- MatrixAnimationBase.cs
- Statements.cs
- PrivilegedConfigurationManager.cs
- CallbackHandler.cs
- ConnectionManagementSection.cs
- ReferencedCategoriesDocument.cs
- DataGridViewRowsRemovedEventArgs.cs
- TextRunCacheImp.cs
- Unit.cs
- UITypeEditor.cs
- RequestCacheValidator.cs
- __TransparentProxy.cs
- VectorValueSerializer.cs
- InteropEnvironment.cs
- StreamInfo.cs
- XmlChoiceIdentifierAttribute.cs
- DesignerActionUIStateChangeEventArgs.cs
- KeyboardNavigation.cs
- HtmlImage.cs
- ObjectParameterCollection.cs
- MessageLoggingElement.cs
- SettingsProviderCollection.cs
- DataTemplateSelector.cs
- UInt64.cs
- TrustSection.cs
- TextRange.cs
- AccessDataSourceView.cs
- NamespaceList.cs
- XmlNodeReader.cs
- MetricEntry.cs
- SurrogateSelector.cs
- Interfaces.cs
- GraphicsState.cs
- ImageFormat.cs
- DefaultSerializationProviderAttribute.cs
- EventMap.cs
- ISAPIApplicationHost.cs
- SpecularMaterial.cs
- ToolboxItem.cs
- EntityContainer.cs
- OneWayBindingElementImporter.cs
- SubclassTypeValidator.cs
- PrintController.cs
- WorkflowIdleBehavior.cs
- UnsafeNativeMethods.cs
- EventLogQuery.cs
- Overlapped.cs
- PropertyTab.cs
- ControlAdapter.cs
- CommandDevice.cs
- ScriptResourceInfo.cs
- TextElementEnumerator.cs
- EncodingNLS.cs
- HMACMD5.cs
- TraceSection.cs
- BamlCollectionHolder.cs
- ToolStripStatusLabel.cs
- CodeTypeParameterCollection.cs
- EventProxy.cs
- Point4D.cs
- InnerItemCollectionView.cs
- HMAC.cs
- StatusBar.cs
- CompModSwitches.cs
- BasePattern.cs
- TextRangeBase.cs
- GridViewCommandEventArgs.cs
- IntSecurity.cs
- JsonServiceDocumentSerializer.cs
- AutomationTextAttribute.cs
- RecommendedAsConfigurableAttribute.cs
- SoapMessage.cs