Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetStatement.cs / 1305376 / CodeSnippetStatement.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 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. /// ///// // //----------------------------------------------------------------------------- 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 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
- FormatSettings.cs
- StructuredTypeEmitter.cs
- CodeGen.cs
- SchemaMerger.cs
- SecurityAppliedMessage.cs
- SmtpMail.cs
- ProtocolViolationException.cs
- ColumnProvider.cs
- MsmqAppDomainProtocolHandler.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- AnchoredBlock.cs
- MetadataPropertyCollection.cs
- ToolstripProfessionalRenderer.cs
- BookmarkCallbackWrapper.cs
- ToggleButton.cs
- XmlCharCheckingWriter.cs
- DeleteMemberBinder.cs
- XPathNavigatorException.cs
- ContractMethodInfo.cs
- CommandDevice.cs
- PopOutPanel.cs
- ContainerCodeDomSerializer.cs
- FlowLayoutSettings.cs
- CodeStatementCollection.cs
- DiagnosticsElement.cs
- EventMap.cs
- RegistrationServices.cs
- TrustManagerPromptUI.cs
- ZipIOLocalFileBlock.cs
- AbsoluteQuery.cs
- IsolatedStorageFileStream.cs
- TemplateParser.cs
- ApplyTemplatesAction.cs
- AsmxEndpointPickerExtension.cs
- PointCollection.cs
- HuffModule.cs
- XmlAtomicValue.cs
- CustomAttributeBuilder.cs
- EntityContainer.cs
- SmiContextFactory.cs
- WorkflowDesignerColors.cs
- WebConfigurationHostFileChange.cs
- documentsequencetextcontainer.cs
- Select.cs
- UnsupportedPolicyOptionsException.cs
- Color.cs
- SafeUserTokenHandle.cs
- FolderBrowserDialogDesigner.cs
- BitmapEffectrendercontext.cs
- IdentityValidationException.cs
- SoapExtensionReflector.cs
- WizardForm.cs
- ValueUnavailableException.cs
- IriParsingElement.cs
- ToolZone.cs
- ZoneIdentityPermission.cs
- NewArray.cs
- ConcurrentQueue.cs
- DateTimeValueSerializerContext.cs
- RotationValidation.cs
- FontFaceLayoutInfo.cs
- _NegotiateClient.cs
- ViewPort3D.cs
- CompiledIdentityConstraint.cs
- SqlLiftIndependentRowExpressions.cs
- SqlSelectStatement.cs
- SQLMembershipProvider.cs
- AlternationConverter.cs
- SettingsPropertyValue.cs
- WebServiceClientProxyGenerator.cs
- ScaleTransform.cs
- CompensationHandlingFilter.cs
- AsymmetricAlgorithm.cs
- HMACRIPEMD160.cs
- ToolStripContentPanelRenderEventArgs.cs
- _NegoState.cs
- SqlNamer.cs
- Command.cs
- VerificationException.cs
- ThreadStartException.cs
- SizeConverter.cs
- ColorIndependentAnimationStorage.cs
- CodeGenerator.cs
- SystemMulticastIPAddressInformation.cs
- EdgeProfileValidation.cs
- InstallerTypeAttribute.cs
- StylusPlugInCollection.cs
- ManifestResourceInfo.cs
- Dynamic.cs
- WizardSideBarListControlItem.cs
- TdsParser.cs
- DebugInfoGenerator.cs
- SSmlParser.cs
- CheckoutException.cs
- VirtualDirectoryMapping.cs
- TableRow.cs
- DataGridItemAttachedStorage.cs
- MetafileHeader.cs
- XmlException.cs
- FormattedText.cs