Initializer
init(type:)initWithType:initWithType_
Initializes a new instance of the GSInstance class with a type.
Declaration
init(type: GSInstanceType)Declaration
- (instancetype) initWithType:(GSInstanceType) type;Declaration
initWithType_(type: GSInstanceType) -> GSInstanceParameters
typeThe type of the instance.
Return Value
A new instance of the GSInstance class.