Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Sys / System / Runtime / InteropServices / DefaultParameterValueAttribute.cs / 1 / DefaultParameterValueAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Runtime.InteropServices { using System; // // The DefaultParameterValueAttribute is used in C# to set // the default value for parameters when calling methods // from other languages. This is particularly useful for // methods defined in COM interop interfaces. // [AttributeUsageAttribute(AttributeTargets.Parameter)] public sealed class DefaultParameterValueAttribute : System.Attribute { public DefaultParameterValueAttribute(object value) { this.value = value; } public object Value { get { return this.value; } } private object value; } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlRowUpdatedEvent.cs
- ParsedAttributeCollection.cs
- XsltSettings.cs
- SQLResource.cs
- SettingsPropertyWrongTypeException.cs
- xml.cs
- TreeNodeCollection.cs
- XpsSerializationManagerAsync.cs
- ImageSourceConverter.cs
- ImageCodecInfo.cs
- FixedTextBuilder.cs
- SponsorHelper.cs
- DebuggerAttributes.cs
- SQLBinary.cs
- DmlSqlGenerator.cs
- ContextProperty.cs
- WebPartVerb.cs
- EventHandlersDesigner.cs
- sqlmetadatafactory.cs
- TreeWalkHelper.cs
- CodeMemberEvent.cs
- CuspData.cs
- SqlRowUpdatedEvent.cs
- ContentTextAutomationPeer.cs
- BoundField.cs
- _Connection.cs
- ModuleConfigurationInfo.cs
- DataStorage.cs
- SHA256Managed.cs
- StrokeNodeEnumerator.cs
- ColumnClickEvent.cs
- WebPartVerbCollection.cs
- XmlDeclaration.cs
- IdentityHolder.cs
- FunctionGenerator.cs
- ThrowHelper.cs
- AdornedElementPlaceholder.cs
- SqlSelectStatement.cs
- ToolboxItemImageConverter.cs
- SafeCryptoHandles.cs
- ColorConverter.cs
- __Filters.cs
- InheritanceRules.cs
- ResourceSet.cs
- ExtensionWindowHeader.cs
- Dispatcher.cs
- printdlgexmarshaler.cs
- AutomationPatternInfo.cs
- CompModHelpers.cs
- FixedElement.cs
- EntityCodeGenerator.cs
- Bind.cs
- UniqueIdentifierService.cs
- RawStylusInputReport.cs
- DnsEndPoint.cs
- Compiler.cs
- SQLMembershipProvider.cs
- EditorAttribute.cs
- EventRecord.cs
- RotateTransform3D.cs
- BaseTreeIterator.cs
- ClientConvert.cs
- DesignerSerializerAttribute.cs
- WindowsComboBox.cs
- DynamicRendererThreadManager.cs
- PluggableProtocol.cs
- XamlTemplateSerializer.cs
- Literal.cs
- UserControl.cs
- ArrayList.cs
- XamlBuildProvider.cs
- RuntimeArgumentHandle.cs
- AspNetCompatibilityRequirementsAttribute.cs
- ParserStack.cs
- SmtpFailedRecipientsException.cs
- AdPostCacheSubstitution.cs
- base64Transforms.cs
- CompilerWrapper.cs
- ProcessModelInfo.cs
- MobileFormsAuthentication.cs
- Style.cs
- EndpointDiscoveryMetadata11.cs
- ToolStripDropDownItem.cs
- SrgsDocumentParser.cs
- DataGridViewRowCancelEventArgs.cs
- BamlTreeUpdater.cs
- PropertyValueUIItem.cs
- Helper.cs
- IgnoreFileBuildProvider.cs
- ManipulationDevice.cs
- CharacterHit.cs
- DataGridViewColumnEventArgs.cs
- MsmqIntegrationElement.cs
- securitycriticaldata.cs
- TabPage.cs
- X509ScopedServiceCertificateElement.cs
- TraceContextEventArgs.cs
- ServiceReference.cs
- SqlMetaData.cs
- KerberosSecurityTokenProvider.cs