C# Class System.Reflection.Tests.StructWith1Constructor

Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
x int
y int

Public Methods

Method Description
StructWith1Constructor ( int x, int y ) : System.Collections.Generic

Method Details

StructWith1Constructor() public method

public StructWith1Constructor ( int x, int y ) : System.Collections.Generic
x int
y int
return System.Collections.Generic

Property Details

x public_oe property

public int x
return int

y public_oe property

public int y
return int