Class IRBuilder
Namespace: DotBoxD.Plugins
Assembly: DotBoxD.Plugins.dll
public static class IRBuilderInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”For<TInput>()
Section titled “ For<TInput>()”public static IRBuilder<TInput> For<TInput>()Returns
Section titled “Returns”IRBuilder<TInput>
Type Parameters
Section titled “Type Parameters”TInput
For<TInput>(SourceSpan)
Section titled “ For<TInput>(SourceSpan)”public static IRBuilder<TInput> For<TInput>(SourceSpan span)Parameters
Section titled “Parameters”span SourceSpan
Returns
Section titled “Returns”IRBuilder<TInput>
Type Parameters
Section titled “Type Parameters”TInput