Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; } } } } // 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 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
- DnsPermission.cs
- View.cs
- TransformedBitmap.cs
- RegexTree.cs
- EntityRecordInfo.cs
- Encoder.cs
- DescriptionAttribute.cs
- Utility.cs
- MenuItemBinding.cs
- ArraySortHelper.cs
- WorkflowWebHostingModule.cs
- ErrorWebPart.cs
- Frame.cs
- RTTrackingProfile.cs
- Char.cs
- MonikerBuilder.cs
- Tracking.cs
- DBSqlParserColumn.cs
- MethodAccessException.cs
- ConnectionStringSettings.cs
- CommentEmitter.cs
- DataObjectAttribute.cs
- SoapIncludeAttribute.cs
- PropertySourceInfo.cs
- Missing.cs
- IdentityHolder.cs
- XmlEntity.cs
- TextBox.cs
- UpdatePanelTrigger.cs
- Trigger.cs
- StrongNameKeyPair.cs
- RequestDescription.cs
- MatrixCamera.cs
- KeyFrames.cs
- ContentElementAutomationPeer.cs
- PassportPrincipal.cs
- PreservationFileWriter.cs
- CachingHintValidation.cs
- ExtentCqlBlock.cs
- ResourceManager.cs
- EventWaitHandleSecurity.cs
- MergeFailedEvent.cs
- OleDbEnumerator.cs
- MD5HashHelper.cs
- HierarchicalDataBoundControlAdapter.cs
- MimePart.cs
- CalculatedColumn.cs
- HwndAppCommandInputProvider.cs
- LocationSectionRecord.cs
- XmlDataLoader.cs
- DateTimeConverter.cs
- ColumnWidthChangingEvent.cs
- InfoCardRSACryptoProvider.cs
- TextTreeTextElementNode.cs
- Mouse.cs
- ContractMapping.cs
- RoleService.cs
- ExchangeUtilities.cs
- GeneralTransform2DTo3D.cs
- __FastResourceComparer.cs
- OracleConnectionStringBuilder.cs
- StorageMappingItemCollection.cs
- HierarchicalDataBoundControlAdapter.cs
- input.cs
- SimpleTableProvider.cs
- Light.cs
- FileDataSourceCache.cs
- VectorCollection.cs
- AssociationTypeEmitter.cs
- EFDataModelProvider.cs
- VisualBasicSettingsConverter.cs
- ReachDocumentReferenceCollectionSerializer.cs
- DataTableCollection.cs
- CodeArgumentReferenceExpression.cs
- PackageProperties.cs
- RenderData.cs
- TextSelectionHelper.cs
- IndexedSelectQueryOperator.cs
- ContextProperty.cs
- CookielessHelper.cs
- TagMapInfo.cs
- ObjectQuery.cs
- FlowLayoutPanel.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- AssemblyNameProxy.cs
- HttpWebRequestElement.cs
- SingleAnimation.cs
- HostedElements.cs
- EntityWrapperFactory.cs
- HitTestWithPointDrawingContextWalker.cs
- XmlNamedNodeMap.cs
- KeyValueConfigurationCollection.cs
- RSAPKCS1SignatureDeformatter.cs
- NamespaceList.cs
- SettingsPropertyWrongTypeException.cs
- ComponentChangedEvent.cs
- CodeCommentStatementCollection.cs
- Models.cs
- ParameterReplacerVisitor.cs