Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetExpression.cs / 1 / CodeSnippetExpression.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 CodeSnippetExpression : CodeExpression { private string value; ////// Represents a snippet expression. /// ////// public CodeSnippetExpression() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetExpression(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// expression. /// /// 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 expression. /// ///// 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 CodeSnippetExpression : CodeExpression { private string value; ////// Represents a snippet expression. /// ////// public CodeSnippetExpression() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetExpression(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// expression. /// /// 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 expression. /// ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- X509CertificateRecipientClientCredential.cs
- ContextStaticAttribute.cs
- ServerValidateEventArgs.cs
- MsmqInputSessionChannel.cs
- MeshGeometry3D.cs
- DateTimeHelper.cs
- UrlMappingsSection.cs
- LayoutTableCell.cs
- ComMethodElementCollection.cs
- Literal.cs
- Transaction.cs
- DeploymentSection.cs
- PrimitiveSchema.cs
- ScriptResourceHandler.cs
- TextFormatterImp.cs
- Utils.cs
- DeferredRunTextReference.cs
- OneOfConst.cs
- odbcmetadatafactory.cs
- ScrollChrome.cs
- ReadOnlyKeyedCollection.cs
- SelectionProcessor.cs
- XmlIgnoreAttribute.cs
- WebPartCancelEventArgs.cs
- PtsPage.cs
- IncrementalReadDecoders.cs
- ExtensionQuery.cs
- CompiledScopeCriteria.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- TransformerInfoCollection.cs
- Stopwatch.cs
- ByteAnimation.cs
- ExpandCollapseIsCheckedConverter.cs
- XmlStreamStore.cs
- ProfileModule.cs
- AttributeCallbackBuilder.cs
- DocumentProperties.cs
- CollectionEditor.cs
- DefaultPropertyAttribute.cs
- PrePrepareMethodAttribute.cs
- OleAutBinder.cs
- NetworkInformationPermission.cs
- MarginsConverter.cs
- ResourceProperty.cs
- HotCommands.cs
- TdsParserStaticMethods.cs
- WizardPanel.cs
- AuthenticationException.cs
- XmlSchemaAnnotation.cs
- ServiceContractDetailViewControl.cs
- Types.cs
- FormViewDeletedEventArgs.cs
- RTLAwareMessageBox.cs
- OleDbMetaDataFactory.cs
- SoapAttributeOverrides.cs
- BindingListCollectionView.cs
- TraceEventCache.cs
- TitleStyle.cs
- IISMapPath.cs
- CustomActivityDesigner.cs
- BitConverter.cs
- CodeTypeDelegate.cs
- XmlConverter.cs
- ObjectDataSourceMethodEventArgs.cs
- DynamicRenderer.cs
- XamlTemplateSerializer.cs
- UriSectionData.cs
- BlurBitmapEffect.cs
- HiddenFieldPageStatePersister.cs
- TextTreeObjectNode.cs
- BaseTemplateBuildProvider.cs
- TdsParserSessionPool.cs
- ValuePattern.cs
- RIPEMD160.cs
- DataGridState.cs
- DataSourceView.cs
- ActivityValidator.cs
- PhysicalFontFamily.cs
- ElementHost.cs
- HostedHttpTransportManager.cs
- Renderer.cs
- ContainerUtilities.cs
- FormatSettings.cs
- QilSortKey.cs
- EditorPart.cs
- QueryInterceptorAttribute.cs
- IsolatedStorageFileStream.cs
- AssemblyBuilder.cs
- Shape.cs
- DesignerRegionMouseEventArgs.cs
- SqlTransaction.cs
- coordinatorfactory.cs
- StringStorage.cs
- TextMarkerSource.cs
- WebPartConnectVerb.cs
- VectorCollection.cs
- FlowDocumentPaginator.cs
- TokenizerHelper.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SamlAudienceRestrictionCondition.cs