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
- ListDictionary.cs
- relpropertyhelper.cs
- __Filters.cs
- RuntimeHandles.cs
- SrgsText.cs
- ServiceBuildProvider.cs
- OperationContextScope.cs
- CompilerParameters.cs
- ToolStripDesignerAvailabilityAttribute.cs
- EntityDataSourceWrapperCollection.cs
- DataContract.cs
- GridViewRowCollection.cs
- FontFamily.cs
- CompositeActivityDesigner.cs
- EnvironmentPermission.cs
- ResolveDuplexAsyncResult.cs
- ZipFileInfo.cs
- DashStyles.cs
- LinkDesigner.cs
- TemplateBindingExpressionConverter.cs
- PKCS1MaskGenerationMethod.cs
- SystemException.cs
- EntityProxyFactory.cs
- ArraySortHelper.cs
- AsyncInvokeContext.cs
- EntityParameter.cs
- InvalidOperationException.cs
- WebPartDisplayModeCollection.cs
- TransactedReceiveData.cs
- SmiMetaDataProperty.cs
- columnmapfactory.cs
- HtmlInputPassword.cs
- FunctionImportElement.cs
- BitmapDecoder.cs
- TransformedBitmap.cs
- FontDialog.cs
- KnownBoxes.cs
- CustomMenuItemCollection.cs
- TranslateTransform.cs
- AndAlso.cs
- BooleanToVisibilityConverter.cs
- SAPICategories.cs
- ReflectPropertyDescriptor.cs
- XmlDataLoader.cs
- MemberExpression.cs
- ParentControlDesigner.cs
- ExpressionEditorAttribute.cs
- SecurityException.cs
- PrtTicket_Public_Simple.cs
- WebPartConnectionCollection.cs
- DesignerAdapterAttribute.cs
- CharConverter.cs
- ToolStripDropDown.cs
- SmtpFailedRecipientException.cs
- SQLGuidStorage.cs
- MappingModelBuildProvider.cs
- JsonQueryStringConverter.cs
- ExtractedStateEntry.cs
- WindowAutomationPeer.cs
- XhtmlTextWriter.cs
- XmlSchemaObjectCollection.cs
- TypeRestriction.cs
- NumberAction.cs
- DecryptedHeader.cs
- ProjectedSlot.cs
- XmlFormatReaderGenerator.cs
- HtmlTableRowCollection.cs
- SmtpSection.cs
- SecurityManager.cs
- DataGridViewRowsAddedEventArgs.cs
- Attributes.cs
- SiteMapNode.cs
- TrustLevel.cs
- RawAppCommandInputReport.cs
- CTreeGenerator.cs
- MouseGestureValueSerializer.cs
- Membership.cs
- QilUnary.cs
- BindingExpressionUncommonField.cs
- StyleCollectionEditor.cs
- XmlElementAttribute.cs
- RootBuilder.cs
- DataObjectAttribute.cs
- Dictionary.cs
- EraserBehavior.cs
- Point4D.cs
- Accessible.cs
- CLRBindingWorker.cs
- EntityDataSourceSelectedEventArgs.cs
- EndpointIdentity.cs
- DataGridViewLinkCell.cs
- ProxyGenerator.cs
- ChildChangedEventArgs.cs
- XmlSequenceWriter.cs
- GraphicsContext.cs
- PageWrapper.cs
- ZoneIdentityPermission.cs
- Exceptions.cs
- HttpCookiesSection.cs
- SqlUtils.cs