GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Class Source

Inheritance
Object
Source
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public class Source

Constructors

Source(String)

Declaration
public Source(string body)
Parameters
Type Name Description
String body

Properties

Body

Declaration
public string Body { get; }
Property Value
Type Description
String

Methods

Equals(Source)

Declaration
protected bool Equals(Source other)
Parameters
Type Name Description
Source other
Returns
Type Description
Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

GetLocation(Int32)

Declaration
public SourceLocation GetLocation(int position)
Parameters
Type Name Description
Int32 position
Returns
Type Description
SourceLocation
Back to top Copyright © 2017-2019 GraphZen LLC