Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeDirectionExpression.cs / 1305376 / CodeDirectionExpression.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 CodeDirectionExpression : CodeExpression { private CodeExpression expression; private FieldDirection direction = FieldDirection.In; ///[To be supplied.] ////// public CodeDirectionExpression() { } ///[To be supplied.] ////// public CodeDirectionExpression(FieldDirection direction, CodeExpression expression) { this.expression = expression; this.direction = direction; } ///[To be supplied.] ////// public CodeExpression Expression { get { return expression; } set { expression = value; } } ///[To be supplied.] ////// public FieldDirection Direction { get { return direction; } set { direction = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectView.cs
- Converter.cs
- OleDbSchemaGuid.cs
- ContextMenu.cs
- XmlIlTypeHelper.cs
- Int32AnimationBase.cs
- Win32SafeHandles.cs
- DataServiceHostWrapper.cs
- Span.cs
- ObjectMemberMapping.cs
- SuppressIldasmAttribute.cs
- ComboBox.cs
- ExpressionList.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- WebPartVerbCollection.cs
- XmlBinaryWriter.cs
- HttpWebRequest.cs
- CacheDependency.cs
- ModifiableIteratorCollection.cs
- NameValueFileSectionHandler.cs
- ParentUndoUnit.cs
- ContextMenuService.cs
- ClientSettingsStore.cs
- DataViewManager.cs
- AutomationFocusChangedEventArgs.cs
- GridSplitterAutomationPeer.cs
- Rotation3DAnimation.cs
- x509store.cs
- ScrollProviderWrapper.cs
- Attributes.cs
- SettingsPropertyNotFoundException.cs
- RuntimeResourceSet.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- LabelLiteral.cs
- ModifierKeysConverter.cs
- QilBinary.cs
- BoolLiteral.cs
- InternalPermissions.cs
- Activator.cs
- NullableIntMinMaxAggregationOperator.cs
- MasterPageCodeDomTreeGenerator.cs
- FontEmbeddingManager.cs
- RectAnimation.cs
- ConfigurationValue.cs
- BaseProcessor.cs
- ISAPIRuntime.cs
- XmlSchemaSimpleTypeUnion.cs
- DataFormat.cs
- SerializerDescriptor.cs
- HttpErrorTraceRecord.cs
- DelegateTypeInfo.cs
- HtmlDocument.cs
- MediaPlayerState.cs
- EdmRelationshipRoleAttribute.cs
- SigningCredentials.cs
- Sentence.cs
- DBSchemaTable.cs
- WindowsStartMenu.cs
- FrameworkRichTextComposition.cs
- RuntimeResourceSet.cs
- ISAPIApplicationHost.cs
- CfgSemanticTag.cs
- SchemaConstraints.cs
- XmlSchemaComplexContentExtension.cs
- ToolStripComboBox.cs
- HttpMethodAttribute.cs
- _AutoWebProxyScriptEngine.cs
- BufferBuilder.cs
- HttpPostProtocolImporter.cs
- ProcessHost.cs
- DefaultTraceListener.cs
- IEnumerable.cs
- KnowledgeBase.cs
- XmlWriterDelegator.cs
- InternalRelationshipCollection.cs
- EventlogProvider.cs
- SimplePropertyEntry.cs
- Transform3DCollection.cs
- IImplicitResourceProvider.cs
- TypedRowGenerator.cs
- ApplicationException.cs
- InfoCardArgumentException.cs
- CommandHelper.cs
- PromptBuilder.cs
- StreamWithDictionary.cs
- TraceHandlerErrorFormatter.cs
- CodeRemoveEventStatement.cs
- DataGridViewCellCancelEventArgs.cs
- HtmlImage.cs
- DefaultSerializationProviderAttribute.cs
- InteropEnvironment.cs
- SevenBitStream.cs
- returneventsaver.cs
- FormViewRow.cs
- PassportAuthenticationEventArgs.cs
- FocusTracker.cs
- DeadCharTextComposition.cs
- SamlDelegatingWriter.cs
- Utils.cs
- DataControlReferenceCollection.cs