示例#1
0
 /// <summary>
 /// Returns the string representation of this value.
 /// </summary>
 /// <returns>The string representation of this value.</returns>
 public override string ToString()
 {
     return(LLVMValue.ToString());
 }
示例#2
0
 /// <summary>
 /// Returns the hash code of this value.
 /// </summary>
 /// <returns>The hash code of this value.</returns>
 public override int GetHashCode()
 {
     return(LLVMValue.GetHashCode());
 }