Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetStatement.cs / 1 / CodeSnippetStatement.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 CodeSnippetStatement : CodeStatement { private string value; ////// Represents a snippet statement. /// ////// public CodeSnippetStatement() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetStatement(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// of code. /// /// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the snippet statement. /// ///// 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 CodeSnippetStatement : CodeStatement { private string value; ////// Represents a snippet statement. /// ////// public CodeSnippetStatement() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetStatement(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// of code. /// /// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the snippet statement. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataIdProcessor.cs
- BlurBitmapEffect.cs
- HttpRequest.cs
- PrintControllerWithStatusDialog.cs
- EventSetter.cs
- odbcmetadatacolumnnames.cs
- AsyncOperationManager.cs
- SafeHandle.cs
- EntityCommand.cs
- PartitionedStream.cs
- DelimitedListTraceListener.cs
- PixelFormat.cs
- PreProcessor.cs
- ChannelServices.cs
- IPGlobalProperties.cs
- SupportsEventValidationAttribute.cs
- SamlAssertionKeyIdentifierClause.cs
- DateBoldEvent.cs
- NamespaceEmitter.cs
- ThemeDirectoryCompiler.cs
- ObjectSet.cs
- ProxyWebPartManager.cs
- ConfigurationManagerInternal.cs
- XmlDataDocument.cs
- CookieProtection.cs
- SoapConverter.cs
- DataGridViewComponentPropertyGridSite.cs
- EventItfInfo.cs
- TypeDependencyAttribute.cs
- TableAdapterManagerGenerator.cs
- StylusDownEventArgs.cs
- Logging.cs
- EntityTypeEmitter.cs
- BamlReader.cs
- ColorBlend.cs
- RuntimeHelpers.cs
- Size.cs
- DataGridViewTextBoxColumn.cs
- DataGridPagerStyle.cs
- ToggleButtonAutomationPeer.cs
- TrackPoint.cs
- PKCS1MaskGenerationMethod.cs
- TransactionContextValidator.cs
- Timer.cs
- IdnMapping.cs
- OdbcTransaction.cs
- __Filters.cs
- SqlRewriteScalarSubqueries.cs
- FlagsAttribute.cs
- PermissionListSet.cs
- MailSettingsSection.cs
- TextDecoration.cs
- WebServiceEnumData.cs
- ResXFileRef.cs
- NavigationWindow.cs
- Transform.cs
- CacheHelper.cs
- SystemDiagnosticsSection.cs
- XslVisitor.cs
- ChildrenQuery.cs
- HttpApplication.cs
- HandlerBase.cs
- DataServiceException.cs
- DateTimePicker.cs
- WriterOutput.cs
- Scene3D.cs
- DefaultParameterValueAttribute.cs
- xsdvalidator.cs
- SystemIPGlobalStatistics.cs
- DbgUtil.cs
- PanelStyle.cs
- SqlFunctions.cs
- EntityDataSourceQueryBuilder.cs
- HttpHandlerActionCollection.cs
- Wildcard.cs
- Int32RectValueSerializer.cs
- SettingsPropertyValue.cs
- securestring.cs
- CommonObjectSecurity.cs
- SafeNativeMethods.cs
- ApplicationDirectoryMembershipCondition.cs
- UnsafeNativeMethodsPenimc.cs
- ThicknessAnimationUsingKeyFrames.cs
- SmtpNetworkElement.cs
- DataGridCommandEventArgs.cs
- PreparingEnlistment.cs
- ObjectStorage.cs
- FontNamesConverter.cs
- SerializationAttributes.cs
- Select.cs
- FixedSOMPageConstructor.cs
- SinglePhaseEnlistment.cs
- PageClientProxyGenerator.cs
- AtomServiceDocumentSerializer.cs
- CharacterBuffer.cs
- PlacementWorkspace.cs
- XMLDiffLoader.cs
- ObjectPropertyMapping.cs
- CSharpCodeProvider.cs
- GroupByQueryOperator.cs