AGENT.Menu.Resources.GetBytes C# (CSharp) Method

GetBytes() static private method

static private GetBytes ( Resources id ) : byte[]
id Resources
return byte[]
        internal static byte[] GetBytes(Resources.BinaryResources id)
        {
            return ((byte[])(Microsoft.SPOT.ResourceUtility.GetObject(ResourceManager, id)));
        }
        [System.SerializableAttribute()]