Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeGotoStatement.cs / 1305376 / CodeGotoStatement.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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; } } } } // 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
- KeyedCollection.cs
- IntPtr.cs
- RangeEnumerable.cs
- TemplateBindingExtension.cs
- RichTextBox.cs
- ProfileEventArgs.cs
- ArrayTypeMismatchException.cs
- SqlDataSourceView.cs
- ProofTokenCryptoHandle.cs
- WebPartUserCapability.cs
- WindowsToolbarAsMenu.cs
- CqlGenerator.cs
- PageCatalogPart.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- FocusWithinProperty.cs
- MasterPageBuildProvider.cs
- SafeRightsManagementPubHandle.cs
- ContentPosition.cs
- VerticalAlignConverter.cs
- QueryStoreStatusRequest.cs
- AccessDataSourceWizardForm.cs
- Interlocked.cs
- arabicshape.cs
- Exception.cs
- DBCSCodePageEncoding.cs
- WriteFileContext.cs
- OrderedParallelQuery.cs
- Collection.cs
- VariantWrapper.cs
- ExpressionNode.cs
- ProxySimple.cs
- UiaCoreProviderApi.cs
- AsyncCodeActivity.cs
- PageThemeBuildProvider.cs
- DataMemberConverter.cs
- CurrentTimeZone.cs
- CellPartitioner.cs
- ContentElementAutomationPeer.cs
- ObjectStateFormatter.cs
- TextBounds.cs
- WindowsEditBox.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- TreeNodeCollection.cs
- _HelperAsyncResults.cs
- GetLastErrorDetailsRequest.cs
- ListArgumentProvider.cs
- FileFormatException.cs
- UnionCodeGroup.cs
- HtmlLink.cs
- HttpHandlerAction.cs
- GeneratedContractType.cs
- ConstraintEnumerator.cs
- HtmlTernaryTree.cs
- DataControlLinkButton.cs
- SystemIcmpV4Statistics.cs
- Table.cs
- ProcessRequestArgs.cs
- FormatterConverter.cs
- EntityContainerEmitter.cs
- PriorityChain.cs
- TiffBitmapDecoder.cs
- RowSpanVector.cs
- ObjectViewQueryResultData.cs
- BufferModeSettings.cs
- PersonalizationState.cs
- ResourceDefaultValueAttribute.cs
- GraphicsState.cs
- CompositeFontInfo.cs
- ButtonField.cs
- XPathItem.cs
- PreservationFileWriter.cs
- MissingFieldException.cs
- GiveFeedbackEvent.cs
- Geometry.cs
- CallbackValidator.cs
- UrlMappingCollection.cs
- DbParameterCollectionHelper.cs
- FileInfo.cs
- ProxySimple.cs
- XsltConvert.cs
- DataGridViewRowPostPaintEventArgs.cs
- ContentPlaceHolder.cs
- ObjectCloneHelper.cs
- PenLineJoinValidation.cs
- PersonalizationEntry.cs
- WebControlAdapter.cs
- ContainsSearchOperator.cs
- UpdateProgress.cs
- CaseInsensitiveComparer.cs
- SqlDataSourceCache.cs
- EdmComplexPropertyAttribute.cs
- LocatorGroup.cs
- GridItem.cs
- RelOps.cs
- PeerNameRecordCollection.cs
- Dictionary.cs
- DBCSCodePageEncoding.cs
- BufferedGraphicsManager.cs
- BooleanProjectedSlot.cs
- Control.cs