Class Cast
Base class for cast instructions
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class Cast : UnaryInstruction, IExtensiblePropertyContainer
Properties
FromType | Gets the source type of the cast |
ToType | Gets the destination type of the cast |