Mono.CSharp.TypeInfo.TypeInfo C# (CSharp) Method

TypeInfo() private method

private TypeInfo ( StructInfo struct_info, int offset ) : System
struct_info StructInfo
offset int
return System
		TypeInfo (StructInfo struct_info, int offset)
		{
			this.struct_info = struct_info;
			this.Offset = offset;
			this.Length = struct_info.Length;
			this.TotalLength = struct_info.TotalLength;
			this.SubStructInfo = struct_info.StructFields;
			this.IsStruct = true;
		}
		

Same methods

TypeInfo::TypeInfo ( ) : System
TypeInfo::TypeInfo ( int totalLength ) : System