AGENT.Contrib.ContribResources.GetBytes C# (CSharp) Method

GetBytes() static private method

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