public DefaultFunctionMarker(string name, int offset, EFunctionMarkerType type) { Name = name; Offset = offset; Type = type; }