League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class ConcatenateStringsBlock

    Inheritance
    System.Object
    Class0x38a7f9b3
    IScriptBlock
    ConcatenateStringsBlock
    Implements
    IMetaClass
    Inherited Members
    Class0x38a7f9b3.IsDisabled
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class ConcatenateStringsBlock : IScriptBlock, IMetaClass

    Properties

    | Improve this Doc View Source

    Result

    Declaration
    public MetaEmbedded<StringTableSet> Result { get; set; }
    Property Value
    Type Description
    MetaEmbedded<StringTableSet>
    | Improve this Doc View Source

    String1

    Declaration
    public IStringGet String1 { get; set; }
    Property Value
    Type Description
    IStringGet
    | Improve this Doc View Source

    String2

    Declaration
    public IStringGet String2 { get; set; }
    Property Value
    Type Description
    IStringGet

    Implements

    IMetaClass