C# Class System.Runtime.CompilerServices.FixedBufferAttribute

Inheritance: System.Attribute
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
FixedBufferAttribute ( Type elementType, int length ) : System

Method Details

FixedBufferAttribute() public method

public FixedBufferAttribute ( Type elementType, int length ) : System
elementType System.Type
length int
return System