Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeDirectionExpression.cs / 1 / CodeDirectionExpression.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 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.] ///// 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 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
- CommentEmitter.cs
- DataTableExtensions.cs
- ShellProvider.cs
- login.cs
- Empty.cs
- ResourceIDHelper.cs
- ScaleTransform.cs
- securitymgrsite.cs
- TypeNameParser.cs
- SynchronizationContext.cs
- StrongNamePublicKeyBlob.cs
- SerializableAttribute.cs
- SoapFaultCodes.cs
- FileDialogPermission.cs
- X509WindowsSecurityToken.cs
- TextMessageEncodingBindingElement.cs
- XmlSerializationGeneratedCode.cs
- ProcessProtocolHandler.cs
- UInt32.cs
- InstanceDataCollection.cs
- FuncTypeConverter.cs
- CopyAttributesAction.cs
- ParagraphVisual.cs
- AdapterDictionary.cs
- TableLayout.cs
- WebDisplayNameAttribute.cs
- COM2ExtendedBrowsingHandler.cs
- Shape.cs
- OdbcDataReader.cs
- RelationshipType.cs
- WebPartCollection.cs
- XpsLiterals.cs
- XsdCachingReader.cs
- SystemColorTracker.cs
- SizeLimitedCache.cs
- ComponentResourceKeyConverter.cs
- StreamedWorkflowDefinitionContext.cs
- TableCellCollection.cs
- QilReplaceVisitor.cs
- WebServicesSection.cs
- basevalidator.cs
- __ConsoleStream.cs
- UntypedNullExpression.cs
- UnionCodeGroup.cs
- XmlCharType.cs
- CatalogPartDesigner.cs
- PointF.cs
- DefaultValueTypeConverter.cs
- XDeferredAxisSource.cs
- XPathArrayIterator.cs
- ComMethodElementCollection.cs
- DocumentGridContextMenu.cs
- XmlTextReader.cs
- EventSinkActivityDesigner.cs
- XmlDocument.cs
- RequestStatusBarUpdateEventArgs.cs
- HttpResponseHeader.cs
- KeyFrames.cs
- SqlEnums.cs
- OperatingSystem.cs
- DataSet.cs
- SystemColors.cs
- HostingEnvironmentWrapper.cs
- WinEventQueueItem.cs
- AmbiguousMatchException.cs
- CharKeyFrameCollection.cs
- ProxyGenerationError.cs
- ParentControlDesigner.cs
- StylusPointProperty.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- XsltContext.cs
- TextServicesCompartmentContext.cs
- ToolStripManager.cs
- ProfileParameter.cs
- InheritanceContextHelper.cs
- LinkClickEvent.cs
- WmlTextBoxAdapter.cs
- AutoCompleteStringCollection.cs
- TabPage.cs
- WebPartConnectionsConnectVerb.cs
- Panel.cs
- DbCommandTree.cs
- DocumentXmlWriter.cs
- Int64Converter.cs
- Italic.cs
- GroupStyle.cs
- MarkupObject.cs
- SwitchAttribute.cs
- PrivilegeNotHeldException.cs
- XPathNavigatorReader.cs
- ContainerControl.cs
- TailPinnedEventArgs.cs
- SemanticTag.cs
- NativeMethods.cs
- GuidelineSet.cs
- ContentPlaceHolder.cs
- MessageFilterTable.cs
- BindableAttribute.cs
- SmiRecordBuffer.cs
- TreePrinter.cs