Let\'s say we have a struct as:
public struct Rectangle { public Rectangle (int l, int w) { this.Length = l; this.Width = w; } public int L