Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GridViewEditEventArgs.cs
- BitmapPalette.cs
- PaintEvent.cs
- PagesChangedEventArgs.cs
- FormsAuthenticationUserCollection.cs
- NamedPipeDuplicateContext.cs
- MimeParameter.cs
- externdll.cs
- QilExpression.cs
- DependentList.cs
- RtfControlWordInfo.cs
- TextParagraphView.cs
- WindowsListView.cs
- AssemblyCache.cs
- BrowserDefinition.cs
- DoubleConverter.cs
- FontConverter.cs
- OdbcErrorCollection.cs
- BindingExpression.cs
- RolePrincipal.cs
- FormViewUpdateEventArgs.cs
- FilePrompt.cs
- String.cs
- WebExceptionStatus.cs
- ObjectDataSourceMethodEventArgs.cs
- CapiSafeHandles.cs
- WindowHideOrCloseTracker.cs
- EmbeddedMailObjectsCollection.cs
- ConfigDefinitionUpdates.cs
- XmlEncoding.cs
- GridViewEditEventArgs.cs
- EntityWrapperFactory.cs
- RemoteWebConfigurationHost.cs
- HostProtectionPermission.cs
- Attributes.cs
- BinaryObjectInfo.cs
- ComponentDispatcher.cs
- QilNode.cs
- InstallerTypeAttribute.cs
- ExecutedRoutedEventArgs.cs
- TemplateKeyConverter.cs
- DoubleAnimation.cs
- ListViewTableRow.cs
- BaseCollection.cs
- DataDocumentXPathNavigator.cs
- TypeDescriptionProvider.cs
- _MultipleConnectAsync.cs
- FunctionMappingTranslator.cs
- TemplateComponentConnector.cs
- XmlArrayItemAttributes.cs
- TextRangeSerialization.cs
- CodeValidator.cs
- ConnectionsZoneDesigner.cs
- Point3DCollectionConverter.cs
- XmlSchemaSimpleContentRestriction.cs
- SQLBinaryStorage.cs
- DesignerEventService.cs
- ObjectConverter.cs
- ManifestResourceInfo.cs
- X509Utils.cs
- FilteredXmlReader.cs
- KeyboardNavigation.cs
- ToolboxComponentsCreatingEventArgs.cs
- DataGridViewTextBoxColumn.cs
- XmlBinaryReader.cs
- ListViewItem.cs
- Section.cs
- PropertyMap.cs
- TreeWalkHelper.cs
- handlecollector.cs
- _MultipleConnectAsync.cs
- AppDomainManager.cs
- HTTPNotFoundHandler.cs
- DetailsViewPagerRow.cs
- ApplicationSecurityManager.cs
- XmlTextReaderImpl.cs
- ObjectListDataBindEventArgs.cs
- PriorityItem.cs
- peernodestatemanager.cs
- HostSecurityManager.cs
- EventSourceCreationData.cs
- ResourcesBuildProvider.cs
- UnicastIPAddressInformationCollection.cs
- DataFormats.cs
- FlowLayoutSettings.cs
- BinaryReader.cs
- TextServicesProperty.cs
- TextServicesManager.cs
- ClientSideQueueItem.cs
- Light.cs
- Stroke2.cs
- ManagementOptions.cs
- HttpCacheVaryByContentEncodings.cs
- DataGridCellsPanel.cs
- PtsCache.cs
- ConstructorExpr.cs
- SqlConnection.cs
- ZipIOExtraFieldElement.cs
- DataSourceControlBuilder.cs
- Types.cs