Viewing the Vector3 class?

Is there a way to view to view the Vector3 or 2 class script? I want a custom class that does something similar to it.

Download ILSpy and open the UnityEngine.dll (UnityInstallFolder/Editor/Data/Managed/).

Btw Vector3 is not a class but a struct which makes it a value type and not a referencetype.