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
- TraceProvider.cs
- TextShapeableCharacters.cs
- TableLayoutPanelResizeGlyph.cs
- Subtree.cs
- metadatamappinghashervisitor.cs
- KoreanCalendar.cs
- SpellerHighlightLayer.cs
- ProxyHelper.cs
- CodeAssignStatement.cs
- XmlSchema.cs
- TypeInitializationException.cs
- DSASignatureDeformatter.cs
- NonVisualControlAttribute.cs
- WsdlParser.cs
- VersionedStream.cs
- BrowserInteropHelper.cs
- TreeView.cs
- SecurityKeyIdentifierClause.cs
- SerializationException.cs
- CodeDirectionExpression.cs
- ImageListUtils.cs
- IUnknownConstantAttribute.cs
- UniqueIdentifierService.cs
- FixedSOMTable.cs
- GCHandleCookieTable.cs
- DataListItem.cs
- OleDbInfoMessageEvent.cs
- EntityStoreSchemaFilterEntry.cs
- HwndTarget.cs
- TreeIterators.cs
- MenuTracker.cs
- SqlMethods.cs
- DeviceSpecificChoiceCollection.cs
- SigningProgress.cs
- DataGridViewComboBoxColumn.cs
- ResumeStoryboard.cs
- RoutedUICommand.cs
- DispatcherProcessingDisabled.cs
- FilteredDataSetHelper.cs
- DetailsViewRow.cs
- SettingsAttributes.cs
- XamlReaderHelper.cs
- PlatformNotSupportedException.cs
- DaylightTime.cs
- ServiceBehaviorElement.cs
- AutomationEvent.cs
- RegexInterpreter.cs
- DmlSqlGenerator.cs
- SqlTopReducer.cs
- RequestCachePolicy.cs
- ComponentRenameEvent.cs
- LogSwitch.cs
- JsonReaderWriterFactory.cs
- RowToFieldTransformer.cs
- PathGeometry.cs
- EntityCollection.cs
- CoTaskMemSafeHandle.cs
- BitmapScalingModeValidation.cs
- DesignTable.cs
- SchemaTypeEmitter.cs
- DmlSqlGenerator.cs
- ApplicationProxyInternal.cs
- ListParagraph.cs
- ItemType.cs
- FrameworkElementFactoryMarkupObject.cs
- SubMenuStyleCollection.cs
- ScrollItemProviderWrapper.cs
- StopRoutingHandler.cs
- DataSourceHelper.cs
- SharedUtils.cs
- EntityReference.cs
- OutArgument.cs
- DelegateTypeInfo.cs
- InternalsVisibleToAttribute.cs
- CacheOutputQuery.cs
- DataComponentGenerator.cs
- ObjectNavigationPropertyMapping.cs
- FilterElement.cs
- BooleanKeyFrameCollection.cs
- WebHttpBindingElement.cs
- MappingException.cs
- GlyphElement.cs
- DrawingImage.cs
- SystemResourceKey.cs
- IndependentlyAnimatedPropertyMetadata.cs
- ChannelManager.cs
- Rijndael.cs
- PartialCachingControl.cs
- DataGridView.cs
- Dispatcher.cs
- ContextMenuStripGroupCollection.cs
- InvalidOleVariantTypeException.cs
- WebPartVerbsEventArgs.cs
- ImplicitInputBrush.cs
- Vector3DAnimationBase.cs
- BaseProcessor.cs
- System.Data_BID.cs
- AlphabeticalEnumConverter.cs
- DataContractAttribute.cs
- RoutedEvent.cs