C# Class System.Reflection.Tests.StructWith1Constructor

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
x int
y int

Méthodes publiques

Méthode Description
StructWith1Constructor ( int x, int y ) : System.Collections.Generic

Method Details

StructWith1Constructor() public méthode

public StructWith1Constructor ( int x, int y ) : System.Collections.Generic
x int
y int
Résultat System.Collections.Generic

Property Details

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int