Exemple #1
0
        protected override List <KeyValuePair <string, string> > ConstructExtraData()
        {
            var retVal = new List <KeyValuePair <string, string> >
            {
                { "MirrorType", mirrorType.ToString() }
            };

            return(retVal);
        }