Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / ParamArrayAttribute.cs / 1 / ParamArrayAttribute.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*==============================================================================
**
** Class: ParamArrayAttribute
**
**
** Purpose: Container for assemblies.
**
**
=============================================================================*/
namespace System
{
//This class contains only static members and does not need to be serializable
[AttributeUsage (AttributeTargets.Parameter, Inherited=true, AllowMultiple=false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ParamArrayAttribute : Attribute
{
public ParamArrayAttribute () {}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*==============================================================================
**
** Class: ParamArrayAttribute
**
**
** Purpose: Container for assemblies.
**
**
=============================================================================*/
namespace System
{
//This class contains only static members and does not need to be serializable
[AttributeUsage (AttributeTargets.Parameter, Inherited=true, AllowMultiple=false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ParamArrayAttribute : Attribute
{
public ParamArrayAttribute () {}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QilCloneVisitor.cs
- SamlAttribute.cs
- EncodingTable.cs
- WSHttpBindingCollectionElement.cs
- InvalidPrinterException.cs
- MonthChangedEventArgs.cs
- ProcessHostMapPath.cs
- MbpInfo.cs
- AutoResizedEvent.cs
- HandledMouseEvent.cs
- CompilationUtil.cs
- RequestResizeEvent.cs
- HttpSessionStateWrapper.cs
- LocatorGroup.cs
- TCEAdapterGenerator.cs
- Privilege.cs
- TypeHelpers.cs
- BatchParser.cs
- ExpandedWrapper.cs
- FileUtil.cs
- InvokeProviderWrapper.cs
- Point3DConverter.cs
- TextEditorDragDrop.cs
- IndentTextWriter.cs
- ClientSettingsSection.cs
- WmpBitmapDecoder.cs
- Queue.cs
- WindowsGrip.cs
- SwitchExpression.cs
- VarRefManager.cs
- RootCodeDomSerializer.cs
- StringWriter.cs
- CompilerParameters.cs
- Listbox.cs
- FunctionImportMapping.cs
- DataDesignUtil.cs
- MDIWindowDialog.cs
- ModelFactory.cs
- EventPropertyMap.cs
- Int64Converter.cs
- LogReserveAndAppendState.cs
- BinHexEncoding.cs
- HtmlHistory.cs
- OneWayBindingElement.cs
- EventLogConfiguration.cs
- DetailsViewUpdateEventArgs.cs
- DataGridViewSelectedRowCollection.cs
- ObjectViewListener.cs
- DependencyPropertyChangedEventArgs.cs
- ExceptionHandlerDesigner.cs
- Adorner.cs
- selecteditemcollection.cs
- UIAgentRequest.cs
- TemplateInstanceAttribute.cs
- _SecureChannel.cs
- DocumentSequenceHighlightLayer.cs
- QueryContinueDragEventArgs.cs
- IconHelper.cs
- InputEventArgs.cs
- DependencyObjectPropertyDescriptor.cs
- ErrorFormatterPage.cs
- Decoder.cs
- SchemaTableColumn.cs
- ChannelTerminatedException.cs
- NativeMethods.cs
- Validator.cs
- MemoryPressure.cs
- CqlIdentifiers.cs
- ImageListStreamer.cs
- TextBox.cs
- SerialPinChanges.cs
- ParameterToken.cs
- PrintPreviewDialog.cs
- BufferedGenericXmlSecurityToken.cs
- TrackingProfile.cs
- ToolStripMenuItemDesigner.cs
- IsolatedStorageFile.cs
- Point3DCollection.cs
- TemplateNameScope.cs
- WebServicesInteroperability.cs
- ObjectStateManager.cs
- MenuEventArgs.cs
- SqlMethodAttribute.cs
- ServiceSecurityContext.cs
- SHA256.cs
- RtfToXamlReader.cs
- Window.cs
- HostingEnvironmentException.cs
- ObjectResult.cs
- CaseCqlBlock.cs
- FormViewInsertEventArgs.cs
- NetSectionGroup.cs
- XmlArrayAttribute.cs
- CellConstantDomain.cs
- WebPartManager.cs
- ExpressionEditorAttribute.cs
- DataServiceExpressionVisitor.cs
- SQLByteStorage.cs
- ConfigXmlElement.cs
- TypedCompletedAsyncResult.cs