ByChance.Core.ChunkTemplate.GetContext C# (CSharp) Method

GetContext() public method

Gets the context with the specified template-wide unique index.
public GetContext ( int index ) : Context
index int Index of the context to get.
return Context
        public Context GetContext(int index)
        {
            return this.ChunkTemplateContexts[index];
        }