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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LostFocusEventManager.cs
- MoveSizeWinEventHandler.cs
- CurrentChangingEventManager.cs
- WarningException.cs
- AttributeEmitter.cs
- ApplicationFileCodeDomTreeGenerator.cs
- UnSafeCharBuffer.cs
- __FastResourceComparer.cs
- ImmutableAssemblyCacheEntry.cs
- datacache.cs
- __Filters.cs
- DataGrid.cs
- ExpressionEvaluator.cs
- PeerApplicationLaunchInfo.cs
- EnumerableRowCollectionExtensions.cs
- FontFamilyConverter.cs
- XmlSecureResolver.cs
- Util.cs
- AppDomainUnloadedException.cs
- OrderByQueryOptionExpression.cs
- XamlTemplateSerializer.cs
- GridViewUpdateEventArgs.cs
- ValidatorUtils.cs
- ProviderSettings.cs
- MemberPath.cs
- LabelEditEvent.cs
- _ListenerAsyncResult.cs
- TextBoxBase.cs
- Logging.cs
- ProfileModule.cs
- Parser.cs
- CaseStatementProjectedSlot.cs
- Pair.cs
- ResourceProviderFactory.cs
- BindingNavigator.cs
- CqlWriter.cs
- MenuCommand.cs
- RenderDataDrawingContext.cs
- StyleCollectionEditor.cs
- SafeCryptoHandles.cs
- XsltException.cs
- StandardToolWindows.cs
- BasicAsyncResult.cs
- RecordsAffectedEventArgs.cs
- OdbcReferenceCollection.cs
- TextServicesLoader.cs
- LongTypeConverter.cs
- PageVisual.cs
- CustomCategoryAttribute.cs
- ValidationPropertyAttribute.cs
- StringUtil.cs
- URLString.cs
- CodeIndexerExpression.cs
- WindowsRebar.cs
- MouseActionValueSerializer.cs
- EncodingStreamWrapper.cs
- DataGridViewMethods.cs
- SHA256.cs
- ColumnReorderedEventArgs.cs
- X509CertificateClaimSet.cs
- XPathParser.cs
- OnOperation.cs
- GlobalizationSection.cs
- PrinterSettings.cs
- XmlTextReader.cs
- PopupRoot.cs
- XmlSyndicationContent.cs
- ChameleonKey.cs
- FontStyleConverter.cs
- RemoteCryptoRsaServiceProvider.cs
- ProviderCommandInfoUtils.cs
- MiniCustomAttributeInfo.cs
- DSACryptoServiceProvider.cs
- ErrorLog.cs
- EditableRegion.cs
- SchemaEntity.cs
- BadImageFormatException.cs
- ComboBoxItem.cs
- DictionaryEntry.cs
- ResourcesGenerator.cs
- ParserHooks.cs
- XsltArgumentList.cs
- EncryptedPackage.cs
- ListParagraph.cs
- IDReferencePropertyAttribute.cs
- ExpressionSelection.cs
- UnsafeNativeMethods.cs
- MDIWindowDialog.cs
- Helper.cs
- StyleHelper.cs
- DynamicResourceExtension.cs
- SchemaNotation.cs
- BitArray.cs
- ConsumerConnectionPointCollection.cs
- LayoutEngine.cs
- Stack.cs
- EntitySqlException.cs
- SerialPinChanges.cs
- NumberFormatter.cs
- SoundPlayer.cs