Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / CodeDOM / CodeGotoStatement.cs / 1 / CodeGotoStatement.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 CodeGotoStatement : CodeStatement { private string label; public CodeGotoStatement() { } public CodeGotoStatement(string label) { Label = label; } ///[To be supplied.] ////// public string Label { get { return label; } set { if (String.IsNullOrEmpty(value)) throw new ArgumentNullException("value"); this.label = value; } } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SoapExtensionTypeElement.cs
- followingquery.cs
- DrawItemEvent.cs
- PtsHelper.cs
- MessageAction.cs
- WebPartsSection.cs
- PriorityChain.cs
- FormatConvertedBitmap.cs
- NTAccount.cs
- StorageBasedPackageProperties.cs
- IdentifierCreationService.cs
- PolyLineSegmentFigureLogic.cs
- Point4DValueSerializer.cs
- ServiceOperationDetailViewControl.cs
- _BufferOffsetSize.cs
- GlyphTypeface.cs
- TreeNode.cs
- X509Certificate2Collection.cs
- ClientTargetCollection.cs
- IDQuery.cs
- GiveFeedbackEvent.cs
- OnOperation.cs
- TextServicesCompartmentEventSink.cs
- XsdDateTime.cs
- EnvironmentPermission.cs
- ToolBar.cs
- PersonalizationAdministration.cs
- MethodAccessException.cs
- Utils.cs
- XpsSerializerFactory.cs
- XmlSchemaSubstitutionGroup.cs
- LayoutEngine.cs
- DesignerActionMethodItem.cs
- CrossSiteScriptingValidation.cs
- ServiceSecurityAuditBehavior.cs
- ConfigPathUtility.cs
- CompleteWizardStep.cs
- EncryptedData.cs
- ListViewDeleteEventArgs.cs
- LinkGrep.cs
- LinkLabelLinkClickedEvent.cs
- DataGridViewTextBoxEditingControl.cs
- TextRangeEditLists.cs
- LogEntrySerializationException.cs
- RedBlackList.cs
- HttpStaticObjectsCollectionWrapper.cs
- FolderBrowserDialog.cs
- SerializerDescriptor.cs
- BaseTemplateBuildProvider.cs
- CachedFontFamily.cs
- EncryptedData.cs
- SQLMoneyStorage.cs
- ErrorFormatterPage.cs
- TransformerConfigurationWizardBase.cs
- BoundsDrawingContextWalker.cs
- MsmqIntegrationChannelListener.cs
- DataSourceBooleanViewSchemaConverter.cs
- MissingSatelliteAssemblyException.cs
- DomNameTable.cs
- CodeThrowExceptionStatement.cs
- ToolStripDropDownButton.cs
- ColorTransformHelper.cs
- MergeLocalizationDirectives.cs
- ObjectAnimationBase.cs
- PropertyPathWorker.cs
- TextTreeNode.cs
- ContractBase.cs
- dsa.cs
- DataStreams.cs
- DataBinder.cs
- BrowsableAttribute.cs
- translator.cs
- LogLogRecordEnumerator.cs
- RoleManagerEventArgs.cs
- UnmanagedMemoryStream.cs
- WebHttpElement.cs
- TemplatedControlDesigner.cs
- DataControlField.cs
- SqlMethodTransformer.cs
- Roles.cs
- TypeUnloadedException.cs
- DependencySource.cs
- SlotInfo.cs
- HttpValueCollection.cs
- NavigatingCancelEventArgs.cs
- StringFreezingAttribute.cs
- AdornerLayer.cs
- InternalException.cs
- RenderDataDrawingContext.cs
- Style.cs
- GroupItem.cs
- DataGridViewAutoSizeModeEventArgs.cs
- APCustomTypeDescriptor.cs
- SignerInfo.cs
- HeaderUtility.cs
- NamespaceCollection.cs
- SqlClientPermission.cs
- DataSourceExpression.cs
- HuffmanTree.cs
- ComponentEvent.cs