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
- DataSourceHelper.cs
- SspiNegotiationTokenAuthenticatorState.cs
- BasicCellRelation.cs
- MergePropertyDescriptor.cs
- ResponseBodyWriter.cs
- SerTrace.cs
- UnsafeNativeMethods.cs
- QuestionEventArgs.cs
- PreloadedPackages.cs
- NavigateEvent.cs
- DesignTimeDataBinding.cs
- UnknownWrapper.cs
- InkCollectionBehavior.cs
- TextWriter.cs
- ByteKeyFrameCollection.cs
- _ProxyRegBlob.cs
- XmlMapping.cs
- CompleteWizardStep.cs
- wgx_exports.cs
- CapacityStreamGeometryContext.cs
- MessageDroppedTraceRecord.cs
- SecurityChannelFaultConverter.cs
- ConfigurationPropertyAttribute.cs
- WebBrowserHelper.cs
- cookie.cs
- PreviewControlDesigner.cs
- tabpagecollectioneditor.cs
- UndoEngine.cs
- BypassElementCollection.cs
- XmlUtil.cs
- MemoryPressure.cs
- RouteParametersHelper.cs
- OptionUsage.cs
- ObjectParameter.cs
- ExceptionUtil.cs
- OutputCache.cs
- DataGridViewCheckBoxCell.cs
- TimeSpanValidator.cs
- WebPartConnectionsCancelVerb.cs
- ObjRef.cs
- HtmlHistory.cs
- basecomparevalidator.cs
- RemotingAttributes.cs
- QilLoop.cs
- EntityDataSourceView.cs
- ArcSegment.cs
- XmlMembersMapping.cs
- InternalBufferOverflowException.cs
- BuildResultCache.cs
- RotationValidation.cs
- SplitterEvent.cs
- FileInfo.cs
- GridViewCancelEditEventArgs.cs
- MenuBase.cs
- SmiEventSink_DeferedProcessing.cs
- KeyManager.cs
- ErrorsHelper.cs
- _OverlappedAsyncResult.cs
- StickyNoteHelper.cs
- SqlFunctions.cs
- EventItfInfo.cs
- PipelineModuleStepContainer.cs
- SelectedGridItemChangedEvent.cs
- SignerInfo.cs
- SqlConnectionStringBuilder.cs
- ErrorLog.cs
- ServiceCredentialsSecurityTokenManager.cs
- SoapFormatter.cs
- TrackingDataItem.cs
- InvokeDelegate.cs
- NullableConverter.cs
- Pair.cs
- MailAddress.cs
- WebEvents.cs
- TrackingServices.cs
- X509UI.cs
- FactoryId.cs
- EntityViewGenerationAttribute.cs
- regiisutil.cs
- OutOfProcStateClientManager.cs
- LazyTextWriterCreator.cs
- DetailsViewDeletedEventArgs.cs
- XPathAxisIterator.cs
- CopyAction.cs
- EdmMember.cs
- ScriptingAuthenticationServiceSection.cs
- ParameterRetriever.cs
- mediaeventargs.cs
- ControlPropertyNameConverter.cs
- RemoteWebConfigurationHost.cs
- DataTemplate.cs
- AmbiguousMatchException.cs
- SiteOfOriginContainer.cs
- AsymmetricSignatureFormatter.cs
- CellIdBoolean.cs
- XmlSchemaSequence.cs
- ComPlusInstanceProvider.cs
- FormViewUpdateEventArgs.cs
- SystemColorTracker.cs
- IndexerNameAttribute.cs