c# structures send object by value like basic type which reduce overhead.
structure can not inheritance,static, abstract virtual methods or members .
structure can have constructor but no argument constructor can't be overloaded.
structure can use interfaces, operator overloading ,indexer and property.
structure should be used for small object that did not inheritance