Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- FormsAuthenticationCredentials.cs
- XmlElementAttributes.cs
- FileAuthorizationModule.cs
- ImageBrush.cs
- MemoryMappedView.cs
- ZipPackagePart.cs
- TreeIterators.cs
- QuaternionAnimation.cs
- ProcessModelSection.cs
- OleDbTransaction.cs
- PageStatePersister.cs
- IdleTimeoutMonitor.cs
- TypeSystem.cs
- SchemaReference.cs
- EditingMode.cs
- ISCIIEncoding.cs
- CompilerGeneratedAttribute.cs
- ObjectMemberMapping.cs
- InfoCardProofToken.cs
- XmlBinaryReader.cs
- precedingsibling.cs
- OrderPreservingMergeHelper.cs
- precedingquery.cs
- BinaryObjectInfo.cs
- RequestNavigateEventArgs.cs
- HandleCollector.cs
- HtmlElementCollection.cs
- AttachmentCollection.cs
- TextTreeExtractElementUndoUnit.cs
- System.Data_BID.cs
- BaseEntityWrapper.cs
- PersonalizationProviderHelper.cs
- ConnectionStringsSection.cs
- Profiler.cs
- Scene3D.cs
- TrackingServices.cs
- GridViewHeaderRowPresenter.cs
- FormView.cs
- OracleCommand.cs
- MetadataFile.cs
- XsdDateTime.cs
- BaseUriHelper.cs
- SettingsBindableAttribute.cs
- DataColumnPropertyDescriptor.cs
- XmlDataSourceNodeDescriptor.cs
- PositiveTimeSpanValidatorAttribute.cs
- DescendentsWalker.cs
- DesignerVerb.cs
- TypeInfo.cs
- BuildManagerHost.cs
- XamlGridLengthSerializer.cs
- CompositeCollectionView.cs
- Nullable.cs
- CodeTypeMember.cs
- Constraint.cs
- XmlSchemaImporter.cs
- StylusCollection.cs
- DebugView.cs
- XmlNullResolver.cs
- PtsHelper.cs
- nulltextnavigator.cs
- SoundPlayerAction.cs
- SecurityUtils.cs
- GeneralTransform3D.cs
- FormsAuthenticationEventArgs.cs
- SQLBytes.cs
- AppDomainManager.cs
- DesignerForm.cs
- GridView.cs
- ItemDragEvent.cs
- SemanticResultValue.cs
- XPathScanner.cs
- RegexReplacement.cs
- PerfCounters.cs
- CachedPathData.cs
- Pens.cs
- Speller.cs
- HtmlUtf8RawTextWriter.cs
- DetailsViewPagerRow.cs
- ToolstripProfessionalRenderer.cs
- UseLicense.cs
- mongolianshape.cs
- MemberMemberBinding.cs
- TraceHandlerErrorFormatter.cs
- ObjectReaderCompiler.cs
- CLRBindingWorker.cs
- ChtmlTextWriter.cs
- HtmlElementCollection.cs
- ClassValidator.cs
- CharEnumerator.cs
- UnsafeNetInfoNativeMethods.cs
- MDIWindowDialog.cs
- WizardPanel.cs
- BufferCache.cs
- ToolboxControl.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- Parser.cs
- SurrogateDataContract.cs
- SqlDataSourceConnectionPanel.cs
- ConstantProjectedSlot.cs