Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }/// Gets or sets the snippet expression. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DecimalAnimationUsingKeyFrames.cs
- ConnectionPoolManager.cs
- ClientBuildManager.cs
- Utilities.cs
- GetWinFXPath.cs
- GridItemPatternIdentifiers.cs
- EditBehavior.cs
- OLEDB_Util.cs
- UnsafeNativeMethods.cs
- WebPartVerbCollection.cs
- XmlBinaryReader.cs
- ModuleBuilderData.cs
- CheckBoxBaseAdapter.cs
- HtmlInputSubmit.cs
- MarshalDirectiveException.cs
- IndentedWriter.cs
- GB18030Encoding.cs
- WebScriptEnablingElement.cs
- NotifyIcon.cs
- CodeDirectoryCompiler.cs
- HotCommands.cs
- ButtonAutomationPeer.cs
- RequestCachePolicyConverter.cs
- CompositeControl.cs
- CodeIterationStatement.cs
- FindCriteriaCD1.cs
- TemplateApplicationHelper.cs
- Stack.cs
- BaseTemplateCodeDomTreeGenerator.cs
- QueryOpcode.cs
- RewritingPass.cs
- ModelItemDictionaryImpl.cs
- Pool.cs
- LocationEnvironment.cs
- SerialPort.cs
- VoiceInfo.cs
- PageRanges.cs
- OrderPreservingMergeHelper.cs
- Exception.cs
- unitconverter.cs
- ListViewItem.cs
- CookielessHelper.cs
- ListViewUpdatedEventArgs.cs
- ListDictionaryInternal.cs
- InitializationEventAttribute.cs
- WriteFileContext.cs
- ResXResourceReader.cs
- PtsPage.cs
- DeferredSelectedIndexReference.cs
- RawContentTypeMapper.cs
- BasePattern.cs
- RuleElement.cs
- GridView.cs
- AnonymousIdentificationSection.cs
- PointCollectionValueSerializer.cs
- CompilerCollection.cs
- CreateUserWizardDesigner.cs
- ConstructorBuilder.cs
- ReferenceSchema.cs
- XmlDocumentType.cs
- RegexGroupCollection.cs
- AmbientLight.cs
- SizeAnimationBase.cs
- TypeToken.cs
- EllipseGeometry.cs
- InstanceNormalEvent.cs
- App.cs
- RijndaelCryptoServiceProvider.cs
- DiscoveryService.cs
- TextContainerHelper.cs
- ImageKeyConverter.cs
- TemplateLookupAction.cs
- HttpModuleAction.cs
- CacheDict.cs
- FieldNameLookup.cs
- DiscreteKeyFrames.cs
- MsmqIntegrationBinding.cs
- HtmlInputReset.cs
- PageContentAsyncResult.cs
- MetabaseServerConfig.cs
- TemplateKeyConverter.cs
- Globals.cs
- FormParameter.cs
- OleDbFactory.cs
- SubqueryRules.cs
- CompositeFontFamily.cs
- FlowDocumentPageViewerAutomationPeer.cs
- PolicyValidationException.cs
- MsmqProcessProtocolHandler.cs
- XmlChoiceIdentifierAttribute.cs
- DrawTreeNodeEventArgs.cs
- PropertyDescriptorCollection.cs
- HttpDictionary.cs
- ConfigurationManager.cs
- FixedLineResult.cs
- PersonalizationProvider.cs
- AuthenticationModulesSection.cs
- DataRelation.cs
- InputLanguageSource.cs
- ErrorItem.cs